Merge pull request #350 from shazow/shazow-patch-1

.github: Improve CI test step
This commit is contained in:
Andrey Petrov 2020-05-01 12:03:20 -04:00 committed by GitHub
commit 3c4d90cfc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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