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:
Efraim Flashner 2024-12-19 11:19:43 +02:00
parent 9df6d64b4e
commit badfda8bf8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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