You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ChrisCummins can we do that? Do you know where in the ci.yaml file or Makefile we can add the bazel test command?
Yes, it is totally do-able. I removed bazel test jobs in #392. It would be worth reading through the PR message and #385 for the rationale.
Would it be possible to use the build-linux-cmake job to compile any missing C++ tests for execution by cmake? I see that we compile with COMPILER_GYM_BUILD_TESTS=ON, but then don't actually use them.
Can we add to the CI:
bazel test //examples/...
to run all bazel tests in theexamples
directorybazel test ...
to run all bazel tests in the repoThe text was updated successfully, but these errors were encountered: