forked from quic-go/quic-go
run tests with race detector on CircleCI
This commit is contained in:
@@ -23,10 +23,13 @@ defaults: &defaults
|
|||||||
command: ginkgo -race -randomizeAllSpecs -trace benchmark -- -samples=1 -size=10
|
command: ginkgo -race -randomizeAllSpecs -trace benchmark -- -samples=1 -size=10
|
||||||
- run:
|
- run:
|
||||||
name: "Run tools tests"
|
name: "Run tools tests"
|
||||||
command: ginkgo -r -v -randomizeAllSpecs -trace integrationtests/tools
|
command: ginkgo -race -r -v -randomizeAllSpecs -trace integrationtests/tools
|
||||||
- run:
|
- run:
|
||||||
name: "Run self integration tests"
|
name: "Run self integration tests"
|
||||||
command: ginkgo -v -randomizeAllSpecs -trace integrationtests/self
|
command: ginkgo -v -randomizeAllSpecs -trace integrationtests/self
|
||||||
|
- run:
|
||||||
|
name: "Run self integration tests with race detector"
|
||||||
|
command: ginkgo -race -v -randomizeAllSpecs -trace integrationtests/self
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user