Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sivukhin committed Feb 12, 2024
1 parent a535196 commit afc2161
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 @@ -7,6 +7,6 @@ all: test lint

test:
go install gotest.tools/gotestsum@latest
gotestsum --format $(FORMAT) -- -tags=test ./...
gotestsum --format $(TEST_FORMAT) -- -tags=test ./...
lint:
golangci-lint run --out-format $(LINT_FORMAT) --verbose

0 comments on commit afc2161

Please sign in to comment.