sharlatan pushed a commit to branch go-team
in repository guix.
commit 986ff9213bff2235304e4b211756e7522d7e93ca
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Sep 13 10:44:40 2024 +0100
gnu: go-golang-org-x-vuln: Enable tests.
* gnu/packages/golang-build.scm (go-golang-org-x-vuln): Enable tests.
Change-Id: I489bbd6505b9bd1d7fe234fa7e361c7839a452f1
---
gnu/packages/golang-build.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 583b49ec59..79d56a1857 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -973,7 +973,6 @@ Go programming language.")
(build-system go-build-system)
(arguments
(list
- #:tests? #f ; it tires to download modules from the network
#:import-path "golang.org/x/vuln"
#:phases
#~(modify-phases %standard-phases