Skip to content

Commit

Permalink
ci: vet on test
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Aug 25, 2024
1 parent 6871759 commit 25fa7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL = sh
default: test

.PHONY: test
test:
test: vet
@echo "--> Running Tests ..."
@go test -v -race ./...

Expand Down

0 comments on commit 25fa7cc

Please sign in to comment.