Skip to content

Commit

Permalink
add race detector
Browse files Browse the repository at this point in the history
  • Loading branch information
steviebps committed Apr 20, 2021
1 parent c461cb7 commit 89fb62a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ jobs:
go-version: ${{ matrix.go }}
-
name: Test
run: go test -v ./...
run: |
go test ./...
go test -race ./...

0 comments on commit 89fb62a

Please sign in to comment.