guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/38: gnu: sequoia-sq: Don't run the tests in release mode.


From: guix-commits
Subject: 20/38: gnu: sequoia-sq: 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 13e43d76b463903ea517ea1e247fc5ae6ca361d3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 19 11:19:43 2024 +0200

    gnu: sequoia-sq: Don't run the tests in release mode.
    
    * gnu/packages/sequoia.scm (sequoia-sq)[arguments]: Remove '--release'
    from the cargo-test-flags.
    
    Change-Id: Id19ea5bc02064e1c2e640409b5730a996924fc4d
---
 gnu/packages/sequoia.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index faa848a7b0..8c9f3a640b 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -904,7 +904,7 @@ rules are rather complex.  This crate implements the whole 
grammar." )
     (arguments
      `(#:install-source? #f
        #:cargo-test-flags
-       (list "--release" "--"
+       (list "--"
              ;; The certificate has an expiration date.
              "--skip=sq_autocrypt_import")
        #:cargo-inputs



reply via email to

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