mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
code-generator: smoke test _example by compiling
This commit is contained in:
parent
da76ee514c
commit
c0707fc246
@ -47,3 +47,7 @@ else
|
|||||||
echo "${DIFFROOT} is out of date. Please run hack/update-codegen.sh"
|
echo "${DIFFROOT} is out of date. Please run hack/update-codegen.sh"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# smoke test
|
||||||
|
echo "Smoke testing _example by compiling..."
|
||||||
|
go build ${SCRIPT_ROOT}/_example/...
|
Loading…
Reference in New Issue
Block a user