Skip to content

Commit

Permalink
Fix ginkgo flags
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Nov 5, 2024
1 parent de4a689 commit 520e5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Run bucket scanner unit tests
run: >-
ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --progress \
ginkgo -r --randomize-all --randomize-suites --fail-on-pending --show-node-events \
--cover --trace --race --covermode=atomic --coverprofile=coverage.out \
-nodes 1 -stream -timeout 5m -slowSpecThreshold 60
working-directory: bucket-scanner
Expand Down

0 comments on commit 520e5b6

Please sign in to comment.