Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Jun 4, 2024
1 parent dda36a6 commit 5afa914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: info fmt goimports gofumpt lint tidy go_fix go_vet golangci tests coverage
.PHONY: info fmt goimports gofumpt lint tidy go_fix go_vet golangci test coverage

info:
go version
Expand Down Expand Up @@ -27,7 +27,7 @@ go_vet:
golangci:
golangci-lint run ./...

tests:
test:
go test -v ./...

coverage:
Expand Down

0 comments on commit 5afa914

Please sign in to comment.