Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
Consume the new skip-static-check in the test job

Signed-off-by: Benjamin Pickard <[email protected]>
  • Loading branch information
bpickard22 committed Nov 26, 2024
1 parent 6b8ffe7 commit 5e5ebbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5e5ebbd

Please sign in to comment.