mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
fed7bff451
commit
a67617e7eb
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ library included in the stdlib, and supports GIF, TIFF and PDF.")
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
#:test-flags #~(list "-short" "-tags=nounsafe")
|
||||||
#:import-path "github.com/klauspost/compress"))
|
#:import-path "github.com/klauspost/compress"))
|
||||||
(home-page "https://github.com/klauspost/compress")
|
(home-page "https://github.com/klauspost/compress")
|
||||||
(synopsis "Go compression library")
|
(synopsis "Go compression library")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue