Skip to content

Commit

Permalink
Merge pull request #22 from smartcontractkit/test-race
Browse files Browse the repository at this point in the history
go test -race in CI
  • Loading branch information
topliceanu authored Jan 10, 2022
2 parents e3ae6b8 + 0ced97c commit 8f4425c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Run unit tests
run: nix develop -c go test -v ./pkg/terra/...

- name: Run tests with the race detector enabled
run: nix develop -c go test -v ./pkg/terra/... -race -count=10

lint:
runs-on: ubuntu-latest
# defaults:
Expand Down

0 comments on commit 8f4425c

Please sign in to comment.