From 15f00489c3522882cb9738fafd488bc203884549 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Tue, 1 Oct 2024 22:50:48 +0300 Subject: [PATCH] ci: do not limit feature powerset check by depth --- .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 bf8b3a3ec63..d94084735bd 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 check-no-std: name: check no_std ${{ matrix.features }}