Skip to content

Commit 1c4a430

Browse files
committed
ci: also run tests in other versions than nightly
Signed-off-by: Benno Lossin <lossin@kernel.org>
1 parent 77b83ca commit 1c4a430

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ jobs:
227227
-Dwarnings
228228
msrv:
229229
runs-on: ubuntu-latest
230+
strategy:
231+
matrix:
232+
kind: ["check", "test"]
233+
name: "msrv/${{matrix.kind}}"
230234
steps:
231235
- uses: actions/checkout@v4
232236
with:
@@ -246,7 +250,7 @@ jobs:
246250
--exclude-features default \
247251
--version-range 1.82.. \
248252
--clean-per-version \
249-
check \
253+
${{matrix.kind}} \
250254
--locked \
251255
--all-targets
252256
cargo clean' > exec.sh

0 commit comments

Comments
 (0)