Skip to content

Commit 1b1d05c

Browse files
committed
chore: verbo flake check
1 parent 9357290 commit 1b1d05c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@
7575
inherit cargoArtifacts;
7676
# currently disable integration test in flake
7777
# we could not do network call
78-
# cargoExtraArgs = "--features integration";
78+
# cargoExtraArgs = "--features integration --no-capture";
7979
CARGO_PROFILE = "";
80+
RUST_LOG = "synd_term,integration=debug";
8081
});
8182

8283
fmt = craneLib.cargoFmt commonArgs;

0 commit comments

Comments
 (0)