Skip to content

Commit

Permalink
Run ginkgo directly
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Apr 27, 2024
1 parent dac9238 commit 7595707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega/...
- run: go vet ./...
- run: go run ginkgo --github-output -r -randomize-all -randomize-suites -race -trace -procs=2 -poll-progress-after=10s -poll-progress-interval=10s
- run: ginkgo --github-output -r -randomize-all -randomize-suites -race -trace -procs=2 -poll-progress-after=10s -poll-progress-interval=10s

0 comments on commit 7595707

Please sign in to comment.