logginghandler/Makefile
Marvin Steadfast c072642dbb
All checks were successful
continuous-integration/drone/push Build is passing
sets lint timeout to 10m
2021-02-16 14:26:28 +01:00

8 lines
112 B
Makefile

.PHONY: test lint
test:
go test -v ./...
lint:
golangci-lint run --enable-all --disable=godox --timeout 10m