瀏覽代碼

ci: don't use nix feature on ci

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 年之前
父節點
當前提交
c17ef7355e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/unit-tests.yml

+ 1 - 1
.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