ci: don't use nix feature on ci

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-09-12 14:07:32 +02:00
parent f944c42681
commit c17ef7355e
No known key found for this signature in database
GPG Key ID: 26C542FD97F965CE

View File

@ -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