github.com/interconnectedcloud/qdr-operator@v0.0.0-20210826174505-576d2b33dac7/hack/go-test.sh (about) 1 #!/usr/bin/env bash 2 3 if [[ -z ${CI} ]]; then 4 ./hack/go-vet.sh 5 ./hack/go-fmt.sh 6 ./hack/catalog-source.sh 7 fi 8 9 #local test 10 go test -count=1 `go list ./test/... | grep -v e2e`