Update .travis.yml

This commit is contained in:
Sun Yimin 2021-12-28 13:51:02 +08:00 committed by GitHub
parent bb5b9b0c77
commit 6e01ca2f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,4 +24,4 @@ script:
- go test -v ./... - go test -v ./...
after_success: after_success:
- go test -v -short -bench . ./... - go test -v -short -bench . -run=^$ ./...