Skip to content

Commit

Permalink
Merge pull request #8 from cuviper/miri-nextest
Browse files Browse the repository at this point in the history
ci: use cargo-nextest with miri
  • Loading branch information
cuviper authored Jan 22, 2025
2 parents 74d8815 + 4ddbcbe commit 6f32254
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,12 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: miri
- run: cargo miri test
components: miri, rust-src
- uses: taiki-e/install-action@v2
with:
tool: cargo-nextest
- run: cargo miri nextest run
- run: cargo miri test --doc

minimal-versions:
name: Check MSRV and minimal-versions
Expand Down

0 comments on commit 6f32254

Please sign in to comment.