Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed May 2, 2021
1 parent bca5b04 commit bee660e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
export GO_VERSION=$(go version | awk '{print $3;}')

.PHONY: go-test
go-test:
@go test -race -v -cover ./...

# Release
.PHONY: release
release:
@goreleaser --rm-dist

# Create dist only locally
.PHONY: release-check
release-check:
Expand Down

0 comments on commit bee660e

Please sign in to comment.