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
  • Loading branch information
tottoto authored and seanmonstar committed Nov 8, 2023
1 parent d17945b commit 43c6b1f
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 @@ -147,13 +147,13 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@stable

- name: Install cargo-hack
run: cargo install cargo-hack

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

deprecated:
name: Check deprecated on ${{ matrix.rust }}
Expand Down

0 comments on commit 43c6b1f

Please sign in to comment.