Skip to content

Commit 6f32254

Browse files
authored
Merge pull request #8 from cuviper/miri-nextest
ci: use cargo-nextest with miri
2 parents 74d8815 + 4ddbcbe commit 6f32254

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,12 @@ jobs:
111111
- uses: actions/checkout@v4
112112
- uses: dtolnay/rust-toolchain@nightly
113113
with:
114-
components: miri
115-
- run: cargo miri test
114+
components: miri, rust-src
115+
- uses: taiki-e/install-action@v2
116+
with:
117+
tool: cargo-nextest
118+
- run: cargo miri nextest run
119+
- run: cargo miri test --doc
116120

117121
minimal-versions:
118122
name: Check MSRV and minimal-versions

0 commit comments

Comments
 (0)