1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-27 11:21:08 +00:00

test commit

This commit is contained in:
Alena Prokharchyk 2019-03-28 17:19:56 -07:00
parent a0b252c9cd
commit ba46b8c288

View File

@ -9,3 +9,4 @@ PACKAGES=". $(find -name '*.go' | xargs -I{} dirname {} | cut -f2 -d/ | sort -u
[ "${ARCH}" == "amd64" ] && RACE=-race
go test ${RACE} -cover -tags=test ${PACKAGES}