gnu: go-golang-org-x-vuln: Enable tests.

* gnu/packages/golang-build.scm (go-golang-org-x-vuln): Enable tests.

Change-Id: I489bbd6505b9bd1d7fe234fa7e361c7839a452f1
This commit is contained in:
Sharlatan Hellseher 2024-09-13 10:44:40 +01:00
parent 05299e344a
commit 3da934f279
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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