diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-19 10:15:42 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:15:09 +0200 |
| commit | bf7658ec429ff637bd5e449c043d55b277910b89 (patch) | |
| tree | d25878e0178cf5ba0c80a9d1488770e7e6baf21a | |
| parent | a392cdb55d76ca3536908fc9100c9a99167183db (diff) | |
gnu: rust-abi-stable-0.11: Don't run the tests in release mode.
* gnu/packages/crates-io.scm (rust-abi-stable-0.11)[arguments]: Remove
'--release' from cargo-test-flags.
Change-Id: I5e5d0a300ab12167f0157e288e5b2bf08cc623f5
| -rw-r--r-- | gnu/packages/crates-io.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index bef73063a3a..81d4890b7ab 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -201,7 +201,7 @@ cubic beziers.") (build-system cargo-build-system) (arguments `(#:cargo-test-flags - '("--release" "--features=testing") + '("--features=testing") #:cargo-inputs (("rust-abi-stable-derive" ,rust-abi-stable-derive-0.11) ("rust-abi-stable-shared" ,rust-abi-stable-shared-0.11) ("rust-const-panic" ,rust-const-panic-0.2) |
