Skip to content

Commit

Permalink
add -race
Browse files Browse the repository at this point in the history
  • Loading branch information
mateimicu committed May 1, 2020
1 parent 6ae7846 commit d74a2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- uses: actions/setup-go@v2
- name: Run Tests
run: |
go test -v ./...
go test -race -v ./...

0 comments on commit d74a2e3

Please sign in to comment.