lame mans way to get the build running

This commit is contained in:
jkoberg
2021-10-15 13:52:10 +02:00
parent a8f1d76cbe
commit cfc82f7df8

View File

@@ -78,6 +78,7 @@ ci-golangci-lint: $(GOLANGCI_LINT)
.PHONY: test
test:
@make -C ../ generate
@go test -v -coverprofile coverage.out ./...
.PHONY: go-coverage