fix(test): prevent agent CLI execution in default tests (#5789)

This commit is contained in:
YYClaw
2026-07-23 01:59:06 +08:00
committed by GitHub
parent a61a8ecfed
commit 36533bbc2b
17 changed files with 458 additions and 146 deletions

View File

@@ -170,7 +170,7 @@ jobs:
run: cd server && go run ./cmd/migrate up
- name: Test
run: cd server && go test -race ./...
run: bash scripts/test-go.sh --race
windows-execenv:
# The environment-preparation deadline owns a process tree, not just a Go

View File

@@ -52,7 +52,7 @@ jobs:
cache-dependency-path: server/go.sum
- name: Run tests
run: cd server && go test -race ./...
run: bash scripts/test-go.sh --race
release:
needs: verify