Update .travis.yml

This commit is contained in:
Sun Yimin 2021-12-28 13:39:20 +08:00 committed by GitHub
parent e8df1f569c
commit bb5b9b0c77
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 -bench . ./... - go test -v -short -bench . ./...