Merge pull request #6938 from psschwei/fix-parallel

Reverts removal of parallel run from critest
This commit is contained in:
Derek McGowan
2022-05-12 12:51:26 -07:00
committed by GitHub
3 changed files with 3 additions and 4 deletions

View File

@@ -1 +1 @@
v1.24.0
v1.24.1

View File

@@ -23,7 +23,7 @@ set -eu -o pipefail
script_dir="$(cd -- "$(dirname -- "$0")" > /dev/null 2>&1; pwd -P)"
cd "$(go env GOPATH)"
go install github.com/onsi/ginkgo/ginkgo@v1.16.5
go install github.com/onsi/ginkgo/v2/ginkgo@v2.1.4
: "${CRITEST_COMMIT:=$(cat "${script_dir}/critools-version")}"
: "${DESTDIR:=""}"