Skip to content

Commit

Permalink
run UT with race
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Feb 21, 2024
1 parent 4880bfd commit 5e1127d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ source "$SUBNET_EVM_PATH"/scripts/constants.sh
# parallelism, and test coverage.
# DO NOT RUN tests from the top level "tests" directory since they are run by ginkgo
# shellcheck disable=SC2046
go test -coverprofile=coverage.out -covermode=atomic -timeout="30m" "$@" $(go list ./... | grep -v github.com/ava-labs/subnet-evm/tests)
go test -shuffle=on -race -coverprofile=coverage.out -covermode=atomic -timeout="30m" "$@" $(go list ./... | grep -v github.com/ava-labs/subnet-evm/tests)

0 comments on commit 5e1127d

Please sign in to comment.