We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50a578 commit 48da564Copy full SHA for 48da564
.travis.yml
@@ -20,8 +20,8 @@ install:
20
21
script:
22
- ginkgo -r -cover --randomizeAllSpecs --randomizeSuites --failOnPending --trace --race --progress
23
- - go test -test.v -tags=gorillamux ./...
24
- - go test -test.v -tags=gingonic ./...
+ - ginkgo -tags=gorillamux -r --randomizeSuites --failOnPending --trace --race
+ - ginkgo -tags=gingonic -r --randomizeSuites --failOnPending --trace --race
25
- rm examples/examples.coverprofile
26
- bash scripts/fmtpolice
27
- gover
0 commit comments