diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7025f97..7a3fbd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,5 +95,7 @@ jobs: rustup toolchain install nightly --component miri rustup override set nightly cargo miri setup + cargo install cargo-binstall + cargo binstall cargo-nextest --no-confirm --secure - name: Run tests with Miri - run: cargo miri test --features serde \ No newline at end of file + run: cargo miri nextest run --features serde --no-capture \ No newline at end of file