Skip to content

Commit

Permalink
chore(ci): use --feature-powerset --depth 2 in features check
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and seanmonstar committed Feb 6, 2021
1 parent 95ce960 commit dfa1bb2
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 @@ -111,8 +111,8 @@ jobs:
- name: Install cargo-hack
run: cargo install cargo-hack

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

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

0 comments on commit dfa1bb2

Please sign in to comment.