There was an error while loading. Please reload this page.
2 parents 3c5c39a + e4c8dfc commit 1116ddbCopy full SHA for 1116ddb
1 file changed
.github/workflows/ci.yml
@@ -91,8 +91,12 @@ jobs:
91
- uses: actions/checkout@v4
92
- uses: dtolnay/rust-toolchain@nightly
93
with:
94
- components: miri
95
- - run: cargo miri test
+ components: miri, rust-src
+ - uses: taiki-e/install-action@v2
96
+ with:
97
+ tool: cargo-nextest
98
+ - run: cargo miri nextest run
99
+ - run: cargo miri test --doc
100
101
minimal-versions:
102
name: Check MSRV and minimal-versions
0 commit comments