Update go.yml

This commit is contained in:
Josh Baker 2020-11-03 13:15:08 -07:00 committed by GitHub
parent 1fae26d657
commit 201d0b5821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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