From 436cd5a62557e51156ed893ada5aa01ad0e631b4 Mon Sep 17 00:00:00 2001 From: Troy Figiel Date: Sun, 25 Feb 2024 18:11:17 +0100 Subject: gnu: go-github-com-cheggaaa-pb-v3: Enable tests. * gnu/packages/golang.scm (go-github-com-cheggaaa-pb-v3): Enable tests. [arguments] <#:tests?>: Set to true. <#:unpack-path>: Set unpack-path to the repository root. Signed-off-by: Sharlatan Hellseher Change-Id: Ic8b64dcf4717ff6a163d8a674e5e7c2c6d162b98 --- gnu/packages/golang.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gnu/packages/golang.scm') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 2eb63641f9..98e6739f42 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -8770,9 +8770,7 @@ (define-public go-github-com-cheggaaa-pb-v3 (build-system go-build-system) (arguments '(#:import-path "github.com/cheggaaa/pb/v3" - ;; XXX: it does have tests but I'm not sure how to run them. - ;; go-build-system is looking in the wrong directory. - #:tests? #f)) + #:unpack-path "github.com/cheggaaa/pb")) (propagated-inputs (list go-golang-org-x-sys go-github-com-rivo-uniseg -- cgit v1.2.3