Update go.yml

This commit is contained in:
Josh Baker 2020-11-03 13:15:08 -07:00 committed by tidwall
parent 325da8172d
commit 1205a4b8e4
1 changed files with 1 additions and 5 deletions

View File

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