Fix: makefile target in ci
Some checks failed
Go test / run-go-vet (push) Successful in 5s
Go test / check-swagger-up-to-date (push) Successful in 9s
Go test / run-go-test (push) Failing after 30s
Go test / release-image (push) Has been skipped
Go test / cleanup-go-test (push) Successful in 4s

This commit is contained in:
2025-12-13 01:58:42 +08:00
parent e8ad9f06e9
commit 7a108de0ab

View File

@@ -49,7 +49,7 @@ postgres:
test-ci: docker-quiet test docker-clean
docker-quiet: $(TARGET)
docker-quiet: docker-build-native
$(COMPOSE) up -d \
--force-recreate --build backend \
--quiet-build --quiet-pull