diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69534c8e..a5f0142c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: toolchain: stable override: true - name: Install Cargo-hack - run: cargo install cargo-hack + run: cargo install --debug cargo-hack - name: Check all features run: cargo hack check --feature-powerset - name: Tests @@ -102,6 +102,6 @@ jobs: - name: Install all targets run: make install_targets - name: Install Cargo-hack - run: cargo install cargo-hack + run: cargo install --debug cargo-hack - name: Check all targets run: make check_all_targets