mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
add demo testing
This commit is contained in:
@@ -30,4 +30,8 @@ echo "Running go test"
|
||||
go test -v ./...
|
||||
rc=$((rc || $?))
|
||||
|
||||
echo "Testing kinflate demos"
|
||||
mdrip --mode test --label test ./cmd/kinflate
|
||||
rc=$((rc || $?))
|
||||
|
||||
exit $rc
|
||||
|
||||
Reference in New Issue
Block a user