mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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
This commit is contained in:
parent
9df6d64b4e
commit
badfda8bf8
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ (define-public sequoia-sq
|
|||
(arguments
|
||||
`(#:install-source? #f
|
||||
#:cargo-test-flags
|
||||
(list "--release" "--"
|
||||
(list "--"
|
||||
;; The certificate has an expiration date.
|
||||
"--skip=sq_autocrypt_import")
|
||||
#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue