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
This commit is contained in:
Sharlatan Hellseher 2025-03-29 08:55:20 +00:00
parent fed7bff451
commit a67617e7eb
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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