Skip to content

Commit f527a55

Browse files
authored
Merge pull request #1336 from christopherhein/check-everything-examples
✨ Checking configfile examples on check_everything.sh
2 parents d1a29ee + df6570c commit f527a55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/check-everything.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ ${hack_dir}/test-all.sh
3737
header_text "confirming examples compile (via go install)"
3838
go install ${MOD_OPT} ./examples/builtins
3939
go install ${MOD_OPT} ./examples/crd
40+
go install ${MOD_OPT} ./examples/configfile/builtin
41+
go install ${MOD_OPT} ./examples/configfile/custom
4042

4143
echo "passed"
4244
exit 0

0 commit comments

Comments
 (0)