Skip to content

Commit dfa1bb2

Browse files
taiki-eseanmonstar
authored andcommitted
chore(ci): use --feature-powerset --depth 2 in features check
1 parent 95ce960 commit dfa1bb2

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
@@ -111,8 +111,8 @@ jobs:
111111
- name: Install cargo-hack
112112
run: cargo install cargo-hack
113113

114-
- name: check --each-feature
115-
run: cargo hack check --each-feature --skip ffi -Z avoid-dev-deps
114+
- name: check --feature-powerset
115+
run: cargo hack check --feature-powerset --depth 2 --skip ffi -Z avoid-dev-deps
116116

117117
ffi:
118118
name: Test C API (FFI)

0 commit comments

Comments
 (0)