File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010 with :
1111 go-version : ' 1.24.0'
1212 - uses : actions/checkout@v4
13- - run : go run github.com/onsi/ginkgo/v2/ ginkgo unfocus && test -z "$(git status -s)"
13+ - run : go tool ginkgo unfocus && test -z "$(git status -s)"
1414
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ test-units: ## run unit tests
4848# Integration tests are relatively resource-hungry, so we tune down the number of processes that run in parallel
4949.PHONY : test-integration
5050test-integration : .pak-cache # # run integration tests
51- PAK_BUILD_CACHE_PATH=$(PAK_CACHE ) go run github.com/onsi/ginkgo/v2/ ginkgo --procs 4 integrationtest/...
51+ PAK_BUILD_CACHE_PATH=$(PAK_CACHE ) go tool ginkgo --procs 4 integrationtest/...
5252
5353.pak-cache :
5454 mkdir -p $(PAK_CACHE )
Original file line number Diff line number Diff line change @@ -142,3 +142,5 @@ require (
142142 gopkg.in/ini.v1 v1.67.0 // indirect
143143 rsc.io/goversion v1.2.0 // indirect
144144)
145+
146+ tool github.com/onsi/ginkgo/v2/ginkgo
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ package tools
66import (
77 _ "github.com/google/gops"
88 _ "github.com/maxbrunsfeld/counterfeiter/v6"
9- _ "github.com/onsi/ginkgo/v2/ginkgo"
109 _ "golang.org/x/tools/cmd/goimports"
1110 _ "honnef.co/go/tools/cmd/staticcheck"
1211)
You can’t perform that action at this time.
0 commit comments