Skip to content

Commit 76b3403

Browse files
authored
chore(ci): use cargo-hack --no-dev-deps option to check without dev-dependencies (#3342)
1 parent 8aaede3 commit 76b3403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ jobs:
139139
uses: actions/checkout@v4
140140

141141
- name: Install Rust
142-
uses: dtolnay/rust-toolchain@nightly
142+
uses: dtolnay/rust-toolchain@stable
143143

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

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

150150
ffi:
151151
name: Test C API (FFI)

0 commit comments

Comments
 (0)