1
0
Fork 0
mirror of https://github.com/Luzifer/preserve.git synced 2024-11-08 14:20:05 +00:00
preserve/Makefile
Knut Ahlers 5e6535ccce
[CI] Replace deprecated CI tooling
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-12-29 18:11:09 +01:00

10 lines
120 B
Makefile

default: lint test
lint:
golangci-lint run --timeout=5m
publish:
bash ./ci/build.sh
test:
go test -cover -v ./...