mirror of
https://github.com/soheilhy/cmux.git
synced 2025-10-11 22:53:22 +08:00
Parallelize benchmarks
This commit is contained in:
committed by
Soheil Hassas Yeganeh
parent
fd01d3cc6c
commit
df31d48636
@@ -24,4 +24,5 @@ before_script:
|
||||
- if [[ $TRAVIS_GO_VERSION == 1.6* ]]; then go tool vet --shadow .; fi
|
||||
|
||||
script:
|
||||
- go test -v ./...
|
||||
- go test -bench . -v ./...
|
||||
- go test -race -bench . -v ./...
|
||||
|
Reference in New Issue
Block a user