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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user