1
0
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:
Tobias Klauser 2022-07-07 10:49:41 +02:00 committed by Tobias Klauser
parent 5ddd2779fb
commit c14dce915a

View File

@ -38,4 +38,4 @@ jobs:
git diff --exit-code || exit 1
- name: Run unit tests
run: go test -v ./...
run: go test -race -v ./...