Skip to content

Commit 4a839f2

Browse files
committed
Add race flag to tests
1 parent ba4df77 commit 4a839f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
go-version: 1.16
2020

2121
- name: Run tests
22-
run: go test -v ./...
22+
run: go test -race -v ./...

0 commit comments

Comments
 (0)