From 520e5b639101e9e512263d5b603030f519ca5412 Mon Sep 17 00:00:00 2001 From: KillianG Date: Tue, 5 Nov 2024 11:49:29 +0100 Subject: [PATCH] Fix ginkgo flags --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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