diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-19 11:05:49 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:15:11 +0200 |
| commit | a705811b2a8b59b8fe2ac5584fbe06301c606504 (patch) | |
| tree | 9a83adc4995e35cdc5f96ec5d4fac1994beff5e5 /gnu/packages | |
| parent | 29a1a25711f23dd45a2c44fc6a0b7dea8b720347 (diff) | |
gnu: nushell: Don't run the tests in release mode.
* gnu/packages/shells.scm (nushell)[arguments]: Remove '--release' from
the cargo-test-flags.
Change-Id: Icbc2a2f1553afa80236c6f214a997e17d6b00db5
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/shells.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index acafea406fb..f988dad5543 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -1047,7 +1047,7 @@ files and text.") (build-system cargo-build-system) (arguments `(#:cargo-test-flags - '("--release" "--" + '("--" ;; Not all files included "--skip=tests::test_config_path::test_alternate_config_path" "--skip=tests::test_config_path::test_default_config_path" |
