gnu: go-github-com-cskr-pubsub: Don't force running the tests.

* gnu/packages/golang.scm (go-github-com-cskr-pubsub)[arguments]: Remove
the #:tests keyword.

Change-Id: Ia48f48a239238173994ca39e6b896c69948deb78
This commit is contained in:
Efraim Flashner 2024-11-06 11:45:32 +02:00
parent fb9168d2c0
commit 143927acac
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1800,7 +1800,6 @@ (define-public go-github-com-cskr-pubsub
(build-system go-build-system)
(arguments
(list
#:tests? #t ; Tests require network interface access
#:import-path "github.com/cskr/pubsub"))
(home-page "https://github.com/cskr/pubsub")
(synopsis "Simple pubsub package for go")