Update go.yml

This commit is contained in:
Josh Baker 2020-11-03 12:35:03 -07:00 committed by tidwall
parent e9f88aa09c
commit 325da8172d

View File

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