1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

run all tests

This commit is contained in:
Zack Scholl 2018-10-11 15:32:19 -07:00
parent 81bc14f29b
commit a63666cf24
2 changed files with 6 additions and 5 deletions

View file

@ -8,3 +8,4 @@ env:
script:
- go build -v
- go test -v -cover ./...