forked from quic-go/quic-go
update Ginkgo to v1.16.4 and Gomega to v1.13.0
This commit is contained in:
2
.github/workflows/no_ginkgo.sh
vendored
2
.github/workflows/no_ginkgo.sh
vendored
@@ -7,7 +7,7 @@ set -e
|
||||
HAS_TESTING=false
|
||||
|
||||
cd ..
|
||||
for f in $(find . -name "*.go" ! -name "*_test.go"); do
|
||||
for f in $(find . -name "*.go" ! -name "*_test.go" ! -name "tools.go"); do
|
||||
if grep -q "github.com/onsi/ginkgo" $f; then
|
||||
echo "$f imports github.com/onsi/ginkgo"
|
||||
HAS_TESTING=true
|
||||
|
||||
Reference in New Issue
Block a user