Skip to content

Commit

Permalink
build: verify buildability and documentation in CI.
Browse files Browse the repository at this point in the history
Add missing verification for binary buildability and documentation.

Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Sep 20, 2024
1 parent da9e0cd commit ca4e41c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ allclean: clean clean-cache

test: test-gopkgs

verify: verify-godeps verify-fmt verify-generate
verify: verify-godeps verify-fmt verify-generate verify-build verify-docs

#
# build targets
Expand Down Expand Up @@ -397,6 +397,10 @@ verify-generate: generate
exit "$$ec"; \
fi

verify-build: build

verify-docs: docs

#
# targets for installing dependencies
#
Expand Down

0 comments on commit ca4e41c

Please sign in to comment.