Skip to content

Commit 6af5123

Browse files
jonathan-innisbwagner5
andauthoredAug 31, 2022
test: Dry-run the code generation scripts (#2408)
Co-authored-by: Brandon Wagner <wagnerbm@amazon.com>
1 parent 686282d commit 6af5123

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ verify: codegen ## Verify code. Includes dependencies, linting, formatting, etc
6969
if [ $(MAKECMDGOALS) = 'ci' ]; then\
7070
exit 1;\
7171
fi;}
72+
@echo "Validating codegen/docgen build scripts..."
73+
@find hack/code hack/docs -name "*.go" -type f -exec go build -o /dev/null {} \;
7274

7375
licenses: ## Verifies dependency licenses
7476
go mod download

0 commit comments

Comments
 (0)
Please sign in to comment.