mirror of
https://github.com/Luzifer/preserve.git
synced 2024-11-08 14:20:05 +00:00
10 lines
120 B
Makefile
10 lines
120 B
Makefile
default: lint test
|
|
|
|
lint:
|
|
golangci-lint run --timeout=5m
|
|
|
|
publish:
|
|
bash ./ci/build.sh
|
|
|
|
test:
|
|
go test -cover -v ./...
|