sharlatan pushed a commit to branch go-team
in repository guix.
commit f32d977d8d60ae5a231bb0b9b4a7b0442eef8cc8
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Mar 29 08:55:20 2025 +0000
gnu: go-github-com-klauspost-compress: Run only short tests.
* gnu/packages/golang-compression.scm (go-github-com-klauspost-compress)
[arguments] <test-flags>: Run only short and save tests by providing
"-short" and "-tags=nounsafe" options.
Change-Id: If0422a0961f50382046b873e6493b84050b2f60a
---
gnu/packages/golang-compression.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/golang-compression.scm
b/gnu/packages/golang-compression.scm
index 3824774ce9..5e2320f13b 100644
--- a/gnu/packages/golang-compression.scm
+++ b/gnu/packages/golang-compression.scm
@@ -215,6 +215,7 @@ library included in the stdlib, and supports GIF, TIFF and
PDF.")
(build-system go-build-system)
(arguments
(list
+ #:test-flags #~(list "-short" "-tags=nounsafe")
#:import-path "github.com/klauspost/compress"))
(home-page "https://github.com/klauspost/compress")
(synopsis "Go compression library")