ci: parallelize bazel build and test
The current setup can cause a de-optimization where unit tests can't start running until the slowest build target completes.
This commit is contained in:

committed by
Alex Rickabaugh

parent
6e2a8a2ba4
commit
6d57cb04f6
@ -47,3 +47,6 @@ test --experimental_ui
|
||||
|
||||
# Don't be spammy in the continuous integration logs
|
||||
build:ci --noshow_progress
|
||||
|
||||
# Don't run manual tests on CI
|
||||
test:ci --test_tag_filters=-manual
|
||||
|
Reference in New Issue
Block a user