mirror of https://github.com/tidwall/tile38.git
Update go.yml
This commit is contained in:
parent
c56f08b935
commit
1fae26d657
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue