From 5e5ebbdd0c70f76e46b42c9827381710a83f2496 Mon Sep 17 00:00:00 2001 From: Benjamin Pickard Date: Tue, 26 Nov 2024 14:11:26 -0500 Subject: [PATCH] Fix unit test Consume the new skip-static-check in the test job Signed-off-by: Benjamin Pickard --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48e3b59b1..93fbdaeb3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: - name: Test if: steps.changed-files.outputs.any_changed == 'true' - run: sudo PATH=${PATH}:./bin ./hack/test-go.sh + run: sudo PATH=${PATH}:./bin ./hack/test-go.sh --skip-static-check false - name: Send coverage if: steps.changed-files.outputs.any_changed == 'true'