10 Comments

If you are new to Bazel and it was not clear how to run the test cases, it is `bazel test //functions:functions_test`. More details here https://bazel.build/start/cpp#introduction

Expand full comment

Curious why did you pick Bazel build here?

Expand full comment