Skip to content

Commit cfbaf21

Browse files
committed
run unit tests with make check
Signed-off-by: Harper, Jason M <[email protected]>
1 parent 61f42f5 commit cfbaf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ modernize:
145145
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...
146146

147147
.PHONY: check
148-
check: check_format check_vet check_static check_license check_lint check_vuln check_modernize
148+
check: check_format check_vet check_static check_license check_lint check_vuln check_modernize test
149149

150150
.PHONY: sweep
151151
sweep:

0 commit comments

Comments
 (0)