[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/38: gnu: nushell: Don't run the tests in release mode.
From: |
guix-commits |
Subject: |
17/38: gnu: nushell: Don't run the tests in release mode. |
Date: |
Thu, 19 Dec 2024 06:02:39 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 346165510c6da1c53c240e979ea170c2d9743abc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 19 11:05:49 2024 +0200
gnu: nushell: Don't run the tests in release mode.
* gnu/packages/shells.scm (nushell)[arguments]: Remove '--release' from
the cargo-test-flags.
Change-Id: Icbc2a2f1553afa80236c6f214a997e17d6b00db5
---
gnu/packages/shells.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 80454253a6..3a1549ef2f 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -1047,7 +1047,7 @@ files and text.")
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags
- '("--release" "--"
+ '("--"
;; Not all files included
"--skip=tests::test_config_path::test_alternate_config_path"
"--skip=tests::test_config_path::test_default_config_path"
- branch rust-team updated (e59be526ae -> 63a73cf720), guix-commits, 2024/12/19
- 03/38: build/cargo.scm: Remove '--release' from default cargo-test-flags., guix-commits, 2024/12/19
- 04/38: gnu: rust-zerocopy-0.8: Remove cargo-test-flags., guix-commits, 2024/12/19
- 07/38: gnu: nsncd: Don't run the tests in release mode., guix-commits, 2024/12/19
- 15/38: gnu: tree-sitter-cli: Don't run the tests in release mode., guix-commits, 2024/12/19
- 20/38: gnu: sequoia-sq: Don't run the tests in release mode., guix-commits, 2024/12/19
- 06/38: gnu: du-dust: Remove cargo-test-flags., guix-commits, 2024/12/19
- 18/38: gnu: rust-sequoia-openpgp-1: Don't run the tests in release mode., guix-commits, 2024/12/19
- 16/38: gnu: rust-nu-protocol-0.91: Don't run the tests in release mode., guix-commits, 2024/12/19
- 17/38: gnu: nushell: Don't run the tests in release mode.,
guix-commits <=
- 21/38: gnu: cargo-machete: Don't run the tests in release mode., guix-commits, 2024/12/19
- 01/38: gnu: x265: Only build with nasm on x86_64-linux., guix-commits, 2024/12/19
- 37/38: gnu: rust-matrixmultiply-0.3: Update to 0.3.9., guix-commits, 2024/12/19
- 02/38: gnu: x265: Link together all library variants., guix-commits, 2024/12/19
- 09/38: gnu: Add rust-demo-hack-impl-0.0.4., guix-commits, 2024/12/19
- 10/38: gnu: Add rust-demo-hack-0.0.4., guix-commits, 2024/12/19
- 08/38: gnu: rust-demo-hack-0.0.5: Rename from rust-demo-hack-0.0., guix-commits, 2024/12/19
- 23/38: gnu: just: Update to 1.38.0., guix-commits, 2024/12/19
- 25/38: gnu: rust-async-global-executor-2: Update to 2.4.1., guix-commits, 2024/12/19
- 24/38: gnu: rust-async-attributes-1: Update to 1.1.2., guix-commits, 2024/12/19