mirror of
https://github.com/google/gops.git
synced 2024-11-24 08:22:25 +02:00
ci: run tests with -race
This commit is contained in:
parent
5ddd2779fb
commit
c14dce915a
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -38,4 +38,4 @@ jobs:
|
||||
git diff --exit-code || exit 1
|
||||
|
||||
- name: Run unit tests
|
||||
run: go test -v ./...
|
||||
run: go test -race -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user