Skip to content

Commit

Permalink
Makefile: run vet in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
charlievieth committed Jan 28, 2024
1 parent 75b2596 commit 54c8b02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ testall: exhaustive testskipped testgenerate testgenpkg
# Run and colorize verbose tests for CI
.PHONY: ci
ci: bin/richgo
ci: vet
ci: .ci

# Calibrate brute-force cutover
Expand Down

0 comments on commit 54c8b02

Please sign in to comment.