Skip to content

Commit c14dce9

Browse files
committed
ci: run tests with -race
1 parent 5ddd277 commit c14dce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
git diff --exit-code || exit 1
3939
4040
- name: Run unit tests
41-
run: go test -v ./...
41+
run: go test -race -v ./...

0 commit comments

Comments
 (0)