Skip to content

Commit 6a58639

Browse files
committed
tests: use fixed crane nextest command
1 parent 8c8706a commit 6a58639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
inherit cargoArtifacts src;
100100
partitions = 1;
101101
partitionType = "count";
102-
cargoExtraArgs = "--features unstable";
102+
cargoNextestExtraArgs = "--features unstable";
103103
};
104104
cargoDoc = craneLib.cargoDoc (commonArgs // {inherit cargoArtifacts;});
105105

0 commit comments

Comments
 (0)