Skip to content

Commit

Permalink
ci: Pass --detach-path-deps=skip-exact to cargo-minimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 22, 2023
1 parent f040f68 commit 428b440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
cargo llvm-cov --text --test compiletest --fail-under-lines 70
if: startsWith(matrix.rust, 'nightly')
- run: cargo hack build --workspace --no-private --feature-powerset --no-dev-deps
- 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
Expand Down

0 comments on commit 428b440

Please sign in to comment.