Commit 798bd340 authored by James Sturtevant's avatar James Sturtevant

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.
parent 5d7bd65a
......@@ -50,4 +50,6 @@ fi
# smoke test
echo "Smoke testing _example by compiling..."
go build ${SCRIPT_ROOT}/_example/...
\ No newline at end of file
go build ./${SCRIPT_ROOT}/_examples/crd/...
go build ./${SCRIPT_ROOT}/_examples/apiserver/...
go build ./${SCRIPT_ROOT}/_examples/MixedCase/...
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment