Skip to content

Commit

Permalink
chore(ci): use cargo-hack --no-dev-deps option to check without dev-d…
Browse files Browse the repository at this point in the history
…ependencies (#41)
  • Loading branch information
tottoto authored Oct 16, 2023
1 parent 13d067b commit ffcfb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@stable

- uses: taiki-e/install-action@cargo-hack

- run: cargo hack check --feature-powerset --depth 2 -Z avoid-dev-deps
- run: cargo hack --no-dev-deps check --feature-powerset --depth 2

doc:
name: Build docs
Expand Down

0 comments on commit ffcfb8b

Please sign in to comment.