Skip to content

Commit

Permalink
Update Makefile to fix lint target
Browse files Browse the repository at this point in the history
jentfoo authored Sep 12, 2024
1 parent ae6fe21 commit 9566295
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
@@ -1,4 +1,4 @@
.PHONY: default test ling
.PHONY: default test lint

test:
go test -race -cover ./...

0 comments on commit 9566295

Please sign in to comment.