chore(ci): use --feature-powerset --depth 2 in features check

This commit is contained in:
Taiki Endo
2021-02-06 12:03:00 +09:00
committed by Sean McArthur
parent 95ce96048c
commit dfa1bb291d

View File

@@ -111,8 +111,8 @@ jobs:
- name: Install cargo-hack - name: Install cargo-hack
run: cargo install cargo-hack run: cargo install cargo-hack
- name: check --each-feature - name: check --feature-powerset
run: cargo hack check --each-feature --skip ffi -Z avoid-dev-deps run: cargo hack check --feature-powerset --depth 2 --skip ffi -Z avoid-dev-deps
ffi: ffi:
name: Test C API (FFI) name: Test C API (FFI)