forked from quic-go/quic-go
migrate to Ginkgo v2
This commit is contained in:
@@ -20,22 +20,22 @@ jobs:
|
||||
- checkout
|
||||
- run:
|
||||
name: "Setup build environment"
|
||||
command: go install github.com/onsi/ginkgo/ginkgo
|
||||
command: go install github.com/onsi/ginkgo/v2/ginkgo@latest
|
||||
- run:
|
||||
name: "Build infos"
|
||||
command: go version
|
||||
- run:
|
||||
name: "Run tools tests"
|
||||
command: ginkgo -race -r -v -randomizeAllSpecs -trace integrationtests/tools
|
||||
command: ginkgo -race -r -v -randomize-all -trace integrationtests/tools
|
||||
- run:
|
||||
name: "Run self integration tests"
|
||||
command: ginkgo -v -randomizeAllSpecs -trace integrationtests/self
|
||||
command: ginkgo -v -randomize-all -trace integrationtests/self
|
||||
- run:
|
||||
name: "Run self integration tests with race detector"
|
||||
command: ginkgo -race -v -randomizeAllSpecs -trace integrationtests/self
|
||||
command: ginkgo -race -v -randomize-all -trace integrationtests/self
|
||||
- run:
|
||||
name: "Run self integration tests with qlog"
|
||||
command: ginkgo -v -randomizeAllSpecs -trace integrationtests/self -- -qlog
|
||||
command: ginkgo -v -randomize-all -trace integrationtests/self -- -qlog
|
||||
go118:
|
||||
<<: *test
|
||||
go119:
|
||||
|
||||
Reference in New Issue
Block a user