Skip to content

Commit

Permalink
modernize the invocation of Ginkgo in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Sep 9, 2022
1 parent 896bbb9 commit 0ffde58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -27,4 +27,4 @@ jobs:
go-version: ${{ matrix.version }}
- uses: actions/checkout@v3
- run: go vet ./...
- run: go run ./ginkgo -r --randomizeAllSpecs --randomizeSuites --race --trace
- run: go run ./ginkgo -r -randomize-all-specs -randomize-suites -race -trace -procs=2 -poll-progress-after=10s -poll-progress-interval=10s

0 comments on commit 0ffde58

Please sign in to comment.