summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-12-23 02:56:10 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:42:18 +0000
commitf7c257bf8c8fb67729e1716412eefbe139975213 (patch)
treef1479c076eac181dd8c899b94118353518d35833
parent8d903eff2f2abfcbb811182e6058eb144664dfc2 (diff)
gnu: go-github-com-cretz-bine: Fix tests.
* gnu/packages/golang-web.scm (go-github-com-cretz-bine) [arguments] <test-subdirs>: Limit to 2 directories. Change-Id: I30b3a6fd3b889c0fb0efb206e1a56e5b59757163
-rw-r--r--gnu/packages/golang-web.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 7ddfc697fd..a3158264bb 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1238,6 +1238,7 @@ Any}.")
(arguments
(list
#:import-path "github.com/cretz/bine"
+ #:test-subdirs #~(list "tests/..." "torutil/...")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'remove-examples