mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-onsi-ginkgo: Fix build.
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo) [arguments]<test-flags>: Skip one test. Change-Id: I761d0e584e1401d05b2971678fe2b424f5269d64
This commit is contained in:
parent
4c679ec1b0
commit
3405000aa4
1 changed files with 2 additions and 1 deletions
|
@ -905,7 +905,8 @@ testing capabilities.")
|
|||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/onsi/ginkgo"))
|
||||
#:import-path "github.com/onsi/ginkgo"
|
||||
#:test-flags #~(list "-skip" "TestIntegration")))
|
||||
(propagated-inputs
|
||||
(list go-github-com-go-task-slim-sprig
|
||||
go-github-com-nxadm-tail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue