Files
tagcmp/Makefile
decentral1se 778718caed
Some checks failed
continuous-integration/drone/push Build is failing
feat: setup CI with drone
2021-10-02 23:21:44 +02:00

9 lines
156 B
Makefile

build:
@go build .
check:
@test -z $$(gofmt -l .) || (echo "gofmt: formatting issue - run 'make format' to resolve" && exit 1)
test:
@go test . -cover