diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-19 10:51:57 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:15:11 +0200 |
| commit | a199f2024b4cb919f205e2e3680dd1e2bbfd68dc (patch) | |
| tree | 6adfc25302689da0a2a002801664e73babc8e1f4 /gnu | |
| parent | 37529f891d142877362c8ee00169412c131a09ba (diff) | |
gnu: tree-sitter-cli: Don't run the tests in release mode.
* gnu/packages/tree-sitter.scm (tree-sitter-cli)[arguments]: Remove
'--release' from the cargo-test-flags.
Change-Id: Ic3a1bd47a04834acf7107c125d912e0be968262f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/tree-sitter.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm index 8f5bcb88277..1fcc5533c9c 100644 --- a/gnu/packages/tree-sitter.scm +++ b/gnu/packages/tree-sitter.scm @@ -168,7 +168,7 @@ This package includes the @code{libtree-sitter} runtime library.") (arguments (list #:cargo-test-flags - ''("--release" "--" + ''("--" ;; Skip tests which rely on downloading grammar fixtures. It is ;; difficult to support such tests given upstream does not encode ;; which version of the grammars are expected. |
