Skip to content

Commit

Permalink
Setup tools before CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Jul 4, 2023
1 parent acf40eb commit 1a28225
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 @@ -29,7 +29,7 @@ lint: setup-tools
golangci-lint run

.PHONY: all
all: test lint
all: setup-tools test lint

.PHONY: ci
ci: all test-sanity

0 comments on commit 1a28225

Please sign in to comment.