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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

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.