chore(ci): run test-go.sh self-test in Go test entry points (MUL-5169) (#5802)

Co-authored-by: Lambda <lambda@multica.ai>
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
Jiayuan Zhang
2026-07-23 02:27:11 +08:00
committed by GitHub
parent 36533bbc2b
commit ba0b711787
3 changed files with 8 additions and 0 deletions

View File

@@ -169,6 +169,9 @@ jobs:
- name: Run migrations
run: cd server && go run ./cmd/migrate up
- name: Verify Go test wrapper
run: bash scripts/test-go.test.sh
- name: Test
run: bash scripts/test-go.sh --race

View File

@@ -51,6 +51,9 @@ jobs:
go-version-file: server/go.mod
cache-dependency-path: server/go.sum
- name: Verify Go test wrapper
run: bash scripts/test-go.test.sh
- name: Run tests
run: bash scripts/test-go.sh --race