summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-10-26 14:30:40 +0200
committerMatthias Beyer <mail@beyermatthias.de>2024-02-01 07:38:06 +0100
commit5943e2afc2d05be74c9ab3333d6c4145b6c80bf3 (patch)
tree2dd2cabc81dee69662f303503bca9a1ca8612234
parent5c4d4e98e37cd65d5e27f298d87cda981789be26 (diff)
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 <mail@beyermatthias.de>
-rw-r--r--.github/workflows/msrv.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml
index 9e3ec63..4d858b0 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -27,7 +27,6 @@ jobs:
run: cargo check --all-features --examples --tests
test:
- needs: [check]
name: Test Suite
runs-on: ubuntu-latest
strategy: