~ruther/guix-local

9e2de68cf8aa5ac590ae3fca4fe90ac1b91bfa8a — Sharlatan Hellseher 1 year, 1 month ago 13dd37f
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
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +1 -0
@@ 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"