Skip to content

Commit

Permalink
fix: Resolve where we pass flags to nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Apr 18, 2024
1 parent c2211ce commit 63f3e9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@
partitionType = "count";

# Disable impure tests (which access the network and/or filesystem)
cargoExtraArgs = "--features default,pure-tests";
cargoNextestExtraArgs = "--no-fail-fast";
cargoNextestExtraArgs = "--no-fail-fast --features default,pure-tests";
};
};

Expand Down

0 comments on commit 63f3e9a

Please sign in to comment.