We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f493529 commit 47a3531Copy full SHA for 47a3531
user-template.bazelrc
@@ -8,7 +8,7 @@ build --//:elixir_home=/Users/rabbitmq/.kiex/elixirs/elixir-1.12.0/lib/elixir
8
build --spawn_strategy=local
9
10
# run one test at a time on the local machine
11
-build --test_strategy=exclusive
+build --local_test_jobs=1
12
13
# don't re-run flakes automatically on the local machine
14
build --flaky_test_attempts=1
0 commit comments