mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Fix ginko invocation
The tests are running extremely slow at the moment, and these extra options add to the problem.
This commit is contained in:
parent
4c49716f0e
commit
d452dcb20d
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ install:
|
|||
- go get -v -t ./...
|
||||
- export PATH=$PATH:$HOME/gopath/bin
|
||||
|
||||
script: ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --cover --trace --race --compilers=2
|
||||
script: ginkgo -r
|
||||
|
||||
|
|
Loading…
Reference in a new issue