From c17ef7355ecfe711df8b28a87eaa7e77740b91f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Tue, 12 Sep 2023 14:07:32 +0200 Subject: [PATCH] ci: don't use nix feature on ci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index c9bc77c6..aabc44ec 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -43,7 +43,7 @@ jobs: run: cargo install cargo-hack@0.5.27 - name: Run unit tests - run: cargo hack test --feature-powerset + run: cargo hack test - name: Run clippy lints run: cargo clippy -- -D warnings