BREAKING: update mautrix to 0.15.x
This commit is contained in:
18
vendor/github.com/archdx/zerolog-sentry/Makefile
generated
vendored
Normal file
18
vendor/github.com/archdx/zerolog-sentry/Makefile
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
GO?=go
|
||||
|
||||
modules:
|
||||
@$(GO) mod tidy -v
|
||||
|
||||
test:
|
||||
@$(GO) test -v -race -cover
|
||||
|
||||
lint:
|
||||
golangci-lint run --deadline=5m -v
|
||||
|
||||
benchmarks:
|
||||
@$(GO) test -bench=. -benchmem
|
||||
|
||||
coverage:
|
||||
@$(GO) test -race -covermode=atomic -coverprofile=cover.out
|
||||
|
||||
.PHONY: modules test lint benchmarks coverage
|
||||
Reference in New Issue
Block a user