Install ginkgo
This commit is contained in:
parent
4d4026f5b0
commit
a304d58fe5
|
|
@ -23,7 +23,8 @@ go list ./... | grep -vF pkg/framework/test | xargs go test -v
|
|||
rc=$((rc || $?))
|
||||
|
||||
echo "Running test framework tests"
|
||||
./pkg/framework/test/scripts/download-binaries.sh \
|
||||
go get github.com/onsi/ginkgo/ginkgo \
|
||||
&& ./pkg/framework/test/scripts/download-binaries.sh \
|
||||
&& ./pkg/framework/test/scripts/run-tests.sh
|
||||
rc=$((rc || $?))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue