Fix: refine ci output
All checks were successful
Go test / run-go-vet (push) Successful in 6s
Go test / run-go-test (push) Successful in 28s
Go test / cleanup-go-test (push) Successful in 13s

This commit is contained in:
2025-12-09 01:00:00 +08:00
parent ad4fba1093
commit 2208307c48
2 changed files with 4 additions and 2 deletions

View File

@@ -16,8 +16,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run docker compose
run: make docker-quiet
- name: Run go test
run: make test-ci
run: make test
cleanup-go-test:
needs: run-go-test
runs-on: imgbuilder

View File

@@ -3,7 +3,7 @@
SWAG ?= go run github.com/swaggo/swag/cmd/swag@v1.16.4
DOCKER ?= docker
COMPOSE ?= $(DOCKER) compose -p go2025-backend
COMPOSE ?= $(DOCKER) compose -p go2025-backend --progress plain
GO_ENV += CGO_ENABLED=0
SOURCE := $(shell find . -type f -name '*.go')