Update go.yml

This commit is contained in:
Josh Baker 2020-11-03 12:35:03 -07:00 committed by GitHub
parent c56f08b935
commit 1fae26d657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -30,4 +30,8 @@ jobs:
fi fi
- name: Test - name: Test
run: make test run: |
cd tests
go test -v
cd ..
go test $(go list ./... | grep -v /vendor/ | grep -v /tests)