Skip to content

Commit 4034c01

Browse files
authored
chore: add race checker to "go test" in github action (#31)
1 parent bf3f33b commit 4034c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Test
4141
run: |
42-
go test ./...
42+
go test ./... -race
4343
4444
- name: Coverage
4545
run: |

0 commit comments

Comments
 (0)