gnu: git: Enable parallel tests.
* gnu/packages/version-control.scm (git)[arguments]: Remove #:parallel-testS?.master
parent
c7f06b2b57
commit
e7a90f28cb
|
@ -235,9 +235,6 @@ as well as the classic centralized workflow.")
|
|||
|
||||
#:test-target "test"
|
||||
|
||||
;; Tests fail randomly when parallel: <https://bugs.gnu.org/29512>.
|
||||
#:parallel-tests? #f
|
||||
|
||||
;; The explicit --with-tcltk forces the build system to hardcode the
|
||||
;; absolute file name to 'wish'.
|
||||
#:configure-flags (list (string-append "--with-tcltk="
|
||||
|
|
Reference in New Issue