diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 114f585e..d16a0317 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,7 @@ jobs: - run: cargo hack build --workspace --no-private --feature-powerset --no-dev-deps - run: cargo build --manifest-path tests/no-std/Cargo.toml --target thumbv6m-none-eabi - run: cargo build --manifest-path tests/rust-2015/Cargo.toml --target thumbv6m-none-eabi - - run: cargo minimal-versions build --workspace --no-private --all-features + - run: cargo minimal-versions build --workspace --no-private --detach-path-deps=skip-exact --all-features miri: runs-on: ubuntu-latest