From 0162c089a6627872f6d59c2a9ff364bcc57420f0 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Tue, 1 Oct 2024 23:54:28 +0300 Subject: [PATCH] try depth 2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e13236926b3..9508ca2b4dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: with: cache-on-failure: true - name: cargo hack - run: cargo hack check --feature-powerset --depth 1 + run: cargo hack check --feature-powerset --depth 2 feature-checks-full: runs-on: ubuntu-latest