1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-12 11:24:08 +02:00

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
This commit is contained in:
Efraim Flashner
2024-12-19 10:51:57 +02:00
parent 37529f891d
commit a199f2024b
+1 -1
View File
@@ -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.