mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-26 20:45:37 +02:00
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:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user