Skip to content

Commit

Permalink
node: Add race detection to unit tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jynnantonix committed Sep 21, 2022
1 parent 9989730 commit 3103e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:

# The go-ethereum and celo-blockchain packages both implement secp256k1 using the exact same header, but that causes duplicate symbols.
- name: Run golang tests
run: cd node && go test -v -ldflags '-extldflags "-Wl,--allow-multiple-definition" ' ./...
run: cd node && go test -v -race -ldflags '-extldflags "-Wl,--allow-multiple-definition" ' ./...

# Run Rust lints and tests
rust-lint-and-tests:
Expand Down

0 comments on commit 3103e59

Please sign in to comment.