Run bazel tests in sandbox on CI

By setting `IN_PROCESS_SOURCEKIT=1` as `--test_env`
This commit is contained in:
JP Simard
2022-08-07 17:08:47 -04:00
parent 8b8b3d0738
commit cc7c400e81
+1 -1
View File
@@ -1,6 +1,6 @@
steps:
- label: "Bazel Tests"
command: bazel test --spawn_strategy=standalone //Tests/...
command: bazel test --test_env IN_PROCESS_SOURCEKIT=1 //Tests/...
- label: "Danger"
commands:
- bundle install