mirror of https://github.com/k3s-io/k3s
remove 1.2
parent
e444bf23f6
commit
903c4a957c
|
@ -1,7 +1,6 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.2
|
||||
- 1.3
|
||||
- tip
|
||||
|
||||
|
|
|
@ -39,10 +39,10 @@ find_test_dirs() {
|
|||
cd "${KUBE_TARGET}"
|
||||
|
||||
if [ "$1" != "" ]; then
|
||||
go test -race "$KUBE_GO_PACKAGE/$1"
|
||||
go test -race -cover -coverprofile="tmp.out" "$KUBE_GO_PACKAGE/$1"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
for package in $(find_test_dirs); do
|
||||
go test -race "${KUBE_GO_PACKAGE}/${package}"
|
||||
go test -race -cover -coverprofile="tmp.out" "${KUBE_GO_PACKAGE}/${package}"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue