logginghandler/Makefile

8 lines
112 B
Makefile
Raw Normal View History

2020-10-13 15:26:40 +02:00
.PHONY: test lint
test:
go test -v ./...
lint:
2021-02-16 14:26:28 +01:00
golangci-lint run --enable-all --disable=godox --timeout 10m