We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9357290 commit 1b1d05cCopy full SHA for 1b1d05c
flake.nix
@@ -75,8 +75,9 @@
75
inherit cargoArtifacts;
76
# currently disable integration test in flake
77
# we could not do network call
78
- # cargoExtraArgs = "--features integration";
+ # cargoExtraArgs = "--features integration --no-capture";
79
CARGO_PROFILE = "";
80
+ RUST_LOG = "synd_term,integration=debug";
81
});
82
83
fmt = craneLib.cargoFmt commonArgs;
0 commit comments