Skip to content

Commit

Permalink
Run lint checks as part of test locally
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed May 14, 2023
1 parent b41270b commit 886359c
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,7 +1,7 @@
build:
@go build -v

test:
test: lint
@go test -cover -v ./...

acceptance: build
Expand Down

0 comments on commit 886359c

Please sign in to comment.