Skip to content

Commit 1b8bf3e

Browse files
committed
Simplify test job dependency in CI workflow
1 parent 615c4cc commit 1b8bf3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: ./.github/workflows/checks.yml
2222

2323
test:
24-
needs: [fmt, clippy]
24+
needs: checks
2525
strategy:
2626
fail-fast: false
2727
matrix:

0 commit comments

Comments
 (0)