1
0
Fork 0
mirror of https://github.com/Luzifer/preserve.git synced 2024-11-08 22:30:05 +00:00
preserve/Makefile
Knut Ahlers 05207336f7
Fix: Remove copy&paste target
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-05 17:29:03 +01:00

11 lines
212 B
Makefile

default: lint test
lint:
golangci-lint run --timeout=5m
publish:
curl -sSLo golang.sh https://raw.githubusercontent.com/Luzifer/github-publish/master/golang.sh
bash golang.sh
test:
go test -cover -v ./...