tests: add cache store tests

This commit is contained in:
Stavros
2026-05-30 15:18:23 +03:00
parent 3e5757cfc9
commit ac9689dc9b
2 changed files with 392 additions and 0 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