guix-commits
[Top][All Lists]
Advanced

[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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]