We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c13c90f commit 7b69189Copy full SHA for 7b69189
flake.nix
@@ -66,12 +66,13 @@
66
67
clippy = craneLib.cargoClippy (commonArgs // {
68
inherit cargoArtifacts;
69
+ cargoExtraArgs = "--features integration";
70
cargoClippyExtraArgs = "--workspace -- --deny warnings";
71
});
72
73
nextest = craneLib.cargoNextest (commonArgs // {
74
-
75
76
CARGO_PROFILE = "";
77
78
syndterm/tests/integration.rs
@@ -28,7 +28,7 @@ mod test {
28
29
// login
30
let expected = Buffer::with_lines(vec![
31
- "X ",
+ " ",
32
" ",
33
34
0 commit comments