Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav committed Sep 22, 2023
1 parent 14b1ca9 commit d37b38f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ format:
go fmt ./...

test: format
go vet ./...
go test -v ./... --race $(PKG)

build: format
go vet ./...
go mod tidy
go build $(LDFLAGS)

Expand Down

0 comments on commit d37b38f

Please sign in to comment.