Skip to content

Commit d905435

Browse files
authored
Merge pull request #371 from cuviper/miri-nextest
ci: use cargo-nextest with miri
2 parents e87a15e + d057291 commit d905435

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
@@ -113,8 +113,12 @@ jobs:
113113
- uses: actions/checkout@v4
114114
- uses: dtolnay/rust-toolchain@nightly
115115
with:
116-
components: miri
117-
- run: cargo miri test
116+
components: miri, rust-src
117+
- uses: taiki-e/install-action@v2
118+
with:
119+
tool: cargo-nextest
120+
- run: cargo miri nextest run
121+
- run: cargo miri test --doc
118122

119123
minimal-versions:
120124
name: Check MSRV and minimal-versions

0 commit comments

Comments
 (0)