mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
13dd37fd9c
commit
9e2de68cf8
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue