mirror of https://github.com/k3s-io/k3s
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.pull/58/head
parent
5d7bd65ae1
commit
798bd34090
|
@ -50,4 +50,6 @@ fi
|
|||
|
||||
# smoke test
|
||||
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/...
|
||||
|
|
Loading…
Reference in New Issue