Skip to content

Commit

Permalink
Disable race for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbarsky committed Oct 17, 2024
1 parent 45a4eb7 commit 87832cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:

- name: Test
working-directory: tests
run: bazel test --@rules_go//go/config:race --@rules_go//go/config:pure=false //...
# TODO(zbarsky): Try to enable this once rules_go doesn't build the builder binary in race mode.
# run: bazel test --@rules_go//go/config:race --@rules_go//go/config:pure=false //...
run: bazel test //...

0 comments on commit 87832cf

Please sign in to comment.