From dfa1bb291d71978820e8077be94c1d5837935bbc Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 6 Feb 2021 12:03:00 +0900 Subject: [PATCH] chore(ci): use --feature-powerset --depth 2 in features check --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ca864d38..d4926afe 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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)