diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9a22c31f0..a22c606a6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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