mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
run tests with race detector on CircleCI
This commit is contained in:
parent
f49510e88c
commit
593fd2c994
1 changed files with 4 additions and 1 deletions
|
@ -23,10 +23,13 @@ defaults: &defaults
|
|||
command: ginkgo -race -randomizeAllSpecs -trace benchmark -- -samples=1 -size=10
|
||||
- run:
|
||||
name: "Run tools tests"
|
||||
command: ginkgo -r -v -randomizeAllSpecs -trace integrationtests/tools
|
||||
command: ginkgo -race -r -v -randomizeAllSpecs -trace integrationtests/tools
|
||||
- run:
|
||||
name: "Run self integration tests"
|
||||
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
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue