blob: b9fb7ac6cf4bc1dc4e535be6a6924c875da8f65e [file] [log] [blame]
SHELL = /bin/bash
export PATH := $(shell yarn global bin):$(PATH)
default: lint test
test:
go test -race -v .
benchmark:
go test -bench=.
lint:
golangci-lint run --verbose
release:
yarn global add semantic-release
semantic-release