aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-08-25 22:27:22 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-08-25 22:27:22 +0100
commitd7b4f8f33587b7d519dccc94514a2aebd25a2908 (patch)
treefeac1c7658731df0cb581d949384b1d937f79960 /gnu/packages/golang.scm
parentfbe4643ea3f7a62b797d5c843a11a5d80a955222 (diff)
downloadguix-d7b4f8f33587b7d519dccc94514a2aebd25a2908.tar
guix-d7b4f8f33587b7d519dccc94514a2aebd25a2908.tar.gz
gnu: go-github-com-libp2p-go-flow-metrics: Enable tests.
* gnu/packages/golang.scm (go-github-com-libp2p-go-flow-metrics): Enable tests. Change-Id: Ic117d3e0ca06719bf6b0a058f7475169afd12d11
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 388ce47ca3..70b183f996 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4306,9 +4306,7 @@ generation features. This code generation is used to achieve:
"13yb68vrcn2zdi0mjjh17dphfxl6y99bkq0ia53hasyfj6l6626h"))))
(build-system go-build-system)
(arguments
- `(#:import-path "github.com/libp2p/go-flow-metrics"
- ;; TODO: Tests hang.
- #:tests? #f))
+ `(#:import-path "github.com/libp2p/go-flow-metrics"))
(propagated-inputs
(list go-github-com-benbjohnson-clock))
(home-page