Skip to content

Commit 0e92798

Browse files
committed
fix(ci): run tests in debug in Hydra CI
1 parent 0af1c0b commit 0e92798

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
// {
9595
cargoArtifacts = buildDeps cargoToml baseCargoArtifacts;
9696
}
97+
// {
98+
cargoTestCommand = "cargo test";
99+
}
97100
// args);
98101

99102
mithril-stm = buildPackage ./mithril-stm/Cargo.toml null {};

0 commit comments

Comments
 (0)