mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #105169 from liggitt/gomodule-codegenerator
Smoke test code-generator using full packages
This commit is contained in:
commit
7432904c53
@ -49,7 +49,9 @@ fi
|
||||
|
||||
# smoke test
|
||||
echo "Smoke testing examples by compiling..."
|
||||
go build "./${SCRIPT_ROOT}/examples/crd/..."
|
||||
go build "./${SCRIPT_ROOT}/examples/apiserver/..."
|
||||
go build "./${SCRIPT_ROOT}/examples/MixedCase/..."
|
||||
go build "./${SCRIPT_ROOT}/examples/HyphenGroup/..."
|
||||
pushd "./${SCRIPT_ROOT}/examples"
|
||||
go build "k8s.io/code-generator/examples/crd/..."
|
||||
go build "k8s.io/code-generator/examples/apiserver/..."
|
||||
go build "k8s.io/code-generator/examples/MixedCase/..."
|
||||
go build "k8s.io/code-generator/examples/HyphenGroup/..."
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user