about summary refs log tree commit diff
path: root/tvix/Cargo.nix
diff options
context:
space:
mode:
authoredef <edef@edef.eu>2023-10-10T19·56+0000
committeredef <edef@edef.eu>2023-10-10T20·33+0000
commitd38e6502adf9a3429a392c2f6ad9c787853d31c1 (patch)
treedd89bef5e63df1befaba4cf2c7638f5c04121419 /tvix/Cargo.nix
parentd94749ac220cb8f35d063a02579b9eadf73b5cf2 (diff)
fix(third_party/crate2nix): run tests in debug mode r/6775
Behave like `cargo test` rather than `cargo test --release`.

Change-Id: Ie013d04ac68d7dec2a3b870fa9f0060a70a9635d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9621
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--tvix/Cargo.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index a13f130371..548eef65c1 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