gnu: go-github-com-pelletier-go-toml-v2: Single thread tests.

Tests still hang providing no errors and causing the build to fail, see
<https://ci.guix.gnu.org/build/8687212/log/raw>.

* gnu/packages/golang-xyz.scm (go-github-com-pelletier-go-toml-v2)
[arguments] <parallel-tests?>: Run tests in single thread.

Change-Id: Ic14b8467d8b696453240bd92f6f4bfc4daa55dd8
This commit is contained in:
Sharlatan Hellseher 2025-01-25 14:20:33 +00:00
parent 13dd37fd9c
commit 9e2de68cf8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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"