diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-19 11:14:09 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:15:11 +0200 |
commit | 795ddb4637e2bec76e549b0cac2722e9772434a6 (patch) | |
tree | ab4aaa7981ef5fcc6672be79aa7f34eb10a48da8 /gnu/packages/sequoia.scm | |
parent | a705811b2a8b59b8fe2ac5584fbe06301c606504 (diff) |
gnu: rust-sequoia-openpgp-1: Don't run the tests in release mode.
* gnu/packages/sequoia.scm (rust-sequoia-openpgp-1)[arguments]: Remove
cargo-test-flags.
Change-Id: Ic5bf12214c48f002c1a47b563bcf113d9b80cc95
Diffstat (limited to 'gnu/packages/sequoia.scm')
-rw-r--r-- | gnu/packages/sequoia.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm index 085f20f61c9..3b749bd02ac 100644 --- a/gnu/packages/sequoia.scm +++ b/gnu/packages/sequoia.scm @@ -637,10 +637,6 @@ HKP protocol, and searching and publishing Web Key Directories.") (build-system cargo-build-system) (arguments `(#:features '("crypto-nettle") - #:cargo-test-flags - (list "--release" "--" - "--skip=leak_tests::test_aes_256_decryption" - "--skip=leak_tests::test_ed25519") #:cargo-inputs (("rust-aes" ,rust-aes-0.8) ("rust-aes-gcm" ,rust-aes-gcm-0.10) |