From d38e6502adf9a3429a392c2f6ad9c787853d31c1 Mon Sep 17 00:00:00 2001 From: edef Date: Tue, 10 Oct 2023 19:56:11 +0000 Subject: fix(third_party/crate2nix): run tests in debug mode Behave like `cargo test` rather than `cargo test --release`. Change-Id: Ie013d04ac68d7dec2a3b870fa9f0060a70a9635d Reviewed-on: https://cl.tvl.fyi/c/depot/+/9621 Reviewed-by: flokli Tested-by: BuildkiteCI --- tvix/Cargo.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/Cargo.nix') diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index a13f130371e8..548eef65c1cb 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -10917,6 +10917,7 @@ rec { ( _: { buildTests = true; + release = false; } ); # If the user hasn't set any pre/post commands, we don't want to -- cgit 1.4.1