forked from quic-go/quic-go
remove the benchmark test suite
This commit is contained in:
@@ -24,12 +24,6 @@ jobs:
|
||||
- run:
|
||||
name: "Build infos"
|
||||
command: go version
|
||||
- run:
|
||||
name: "Run benchmark tests"
|
||||
command: ginkgo -randomizeAllSpecs -trace benchmark -- -size=10
|
||||
- run:
|
||||
name: "Run benchmark tests with race detector"
|
||||
command: ginkgo -race -randomizeAllSpecs -trace benchmark -- -size=5
|
||||
- run:
|
||||
name: "Run tools tests"
|
||||
command: ginkgo -race -r -v -randomizeAllSpecs -trace integrationtests/tools
|
||||
|
||||
Reference in New Issue
Block a user