From 9e2de68cf8aa5ac590ae3fca4fe90ac1b91bfa8a Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 25 Jan 2025 14:20:33 +0000 Subject: [PATCH] gnu: go-github-com-pelletier-go-toml-v2: Single thread tests. Tests still hang providing no errors and causing the build to fail, see . * gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2) [arguments] : Run tests in single thread. Change-Id: Ic14b8467d8b696453240bd92f6f4bfc4daa55dd8 --- gnu/packages/golang-xyz.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 7c92b3459e5..60321ace58b 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -12314,6 +12314,7 @@ programs that use traditional command lines.") (arguments (list #:import-path "github.com/pelletier/go-toml/v2" + #:parallel-tests? #f #:test-flags #~(list "-short" "-count" "1"