mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
Run bazel tests in sandbox on CI
By setting `IN_PROCESS_SOURCEKIT=1` as `--test_env`
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user