Merge pull request #389 from shazow/shazow-patch-2

ci: Test all sub-packages
This commit is contained in:
Andrey Petrov 2021-04-24 12:18:44 -04:00 committed by GitHub
commit fef128b91f
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 -race -vet "all" -v .
run: go test -race -vet "all" -v ./...