Skip to content

Commit

Permalink
Issue: {Jira_ticket}
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Nov 5, 2024
1 parent 520e5b6 commit 1a3b9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:

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

- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 1a3b9c4

Please sign in to comment.