mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 09:47:06 +00:00
Re-enable smoke tests in verify-codegen script
The smoke tests were not being run for the example projects. Re-enabled the smoke tests by building each of the sample projects.
This commit is contained in:
@@ -50,4 +50,6 @@ fi
|
|||||||
|
|
||||||
# smoke test
|
# smoke test
|
||||||
echo "Smoke testing _example by compiling..."
|
echo "Smoke testing _example by compiling..."
|
||||||
go build ${SCRIPT_ROOT}/_example/...
|
go build ./${SCRIPT_ROOT}/_examples/crd/...
|
||||||
|
go build ./${SCRIPT_ROOT}/_examples/apiserver/...
|
||||||
|
go build ./${SCRIPT_ROOT}/_examples/MixedCase/...
|
||||||
|
Reference in New Issue
Block a user