chore: introduce mockery for generating mocks, generate for CaddyfileValidator

This commit is contained in:
Pasha Sviderski
2025-08-18 18:50:47 +10:00
parent 93fef88fac
commit 8bf9fc0c9c
7 changed files with 105 additions and 0 deletions
+4
View File
@@ -66,6 +66,10 @@ ucind-image:
ucind-multiarch-image-push:
docker buildx build --push --platform linux/amd64,linux/arm64 -t "$(UCIND_IMAGE)" --target ucind .
.PHONY: mocks
mocks:
@mockery
.PHONY: test
test:
ifeq ($(TEST_NAME),)