Commit 7751a3d4 authored by Lemma199's avatar Lemma199

chore: add make target in op-service to generate mocks

parent ddc7030e
......@@ -4,6 +4,10 @@ test:
lint:
golangci-lint run -E asciicheck,goimports,misspell ./...
generate-mocks:
go generate ./...
.PHONY: \
test \
lint
lint \
generate-mocks
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment