Skip to content

Commit 2a8979d

Browse files
committed
Do not depend on "check" phase for tests
The test phase is the slowest, because it actually produces binaries for running tests. So do not depend on the "check" phase, so that the test phase starts as soon as possible, to speed up overall CI time. Signed-off-by: Matthias Beyer <[email protected]>
1 parent 658f2a5 commit 2a8979d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/msrv.yml

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
run: cargo check --all-features --examples --tests
2828

2929
test:
30-
needs: [check]
3130
name: Test Suite
3231
runs-on: ubuntu-latest
3332
strategy:

0 commit comments

Comments
 (0)