Update .travis.yml

This commit is contained in:
Sun Yimin 2021-12-28 13:19:58 +08:00 committed by GitHub
parent 98b70a5cfd
commit ea2bb68ab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,3 +22,6 @@ install:
script:
- go test -v ./...
after_success:
- go test -bench ./...