mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
37529f891d
commit
a199f2024b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue