.github: Improve CI test step

This commit is contained in:
Andrey Petrov 2020-05-01 11:50:16 -04:00 committed by GitHub
parent fb4be4b24d
commit 8f854130fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,4 +29,4 @@ jobs:
run: go build -v . run: go build -v .
- name: Test - name: Test
run: go test -v . run: go test -race -vet "all" -v .