Skip to content

Commit

Permalink
add race flag to go test
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin committed Feb 24, 2021
1 parent 928bcdb commit eab114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
uses: actions/checkout@v2

- name: Unit-tests
run: go test -v ./...
run: go test -race -v ./...

0 comments on commit eab114c

Please sign in to comment.