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 (hyperium#3342)
  • Loading branch information
tottoto authored and 0xE282B0 committed Jan 12, 2024
1 parent fff1754 commit 371e071
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 @@ -139,13 +139,13 @@ jobs:
uses: actions/checkout@v4

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

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

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

ffi:
name: Test C API (FFI)
Expand Down

0 comments on commit 371e071

Please sign in to comment.