ci: Test all sub-packages

This commit is contained in:
Andrey Petrov 2021-04-24 12:16:10 -04:00 committed by GitHub
parent af502977e6
commit 1ef05d0c26
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 ./...