Skip to content

Commit

Permalink
Test: add race detector
Browse files Browse the repository at this point in the history
  • Loading branch information
kslr committed Jan 4, 2021
1 parent d04a786 commit 226416e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
uses: actions/checkout@v2

- name: Test
run: go test -timeout 1h -v ./...
run: go test -v -race -timeout 1h ./...

0 comments on commit 226416e

Please sign in to comment.