Skip to content

Commit 47a3531

Browse files
committed
Use a better means of avoiding simultaneous test runs locally
1 parent f493529 commit 47a3531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user-template.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build --//:elixir_home=/Users/rabbitmq/.kiex/elixirs/elixir-1.12.0/lib/elixir
88
build --spawn_strategy=local
99

1010
# run one test at a time on the local machine
11-
build --test_strategy=exclusive
11+
build --local_test_jobs=1
1212

1313
# don't re-run flakes automatically on the local machine
1414
build --flaky_test_attempts=1

0 commit comments

Comments
 (0)