refactor: use new cache store in services (#912)

This commit is contained in:
Stavros
2026-05-31 18:55:06 +03:00
committed by GitHub
parent 940ba6dff7
commit dac844595d
6 changed files with 721 additions and 193 deletions
+9
View File
@@ -62,6 +62,15 @@ binary-linux-arm64:
test:
go test -v ./...
# Go vet
.PHONY: vet
vet:
go vet ./...
# Go race
test-race:
go test -race ./...
# Development
dev:
docker compose -f $(DEV_COMPOSE) up --force-recreate --pull=always --remove-orphans --build