ci: 运行 PostgreSQL adapter 集成测试
E2E Tests / Run on Ubuntu (pull_request) Failing after 52s
Tests / Run on Ubuntu (pull_request) Failing after 7m49s
Lint / Run on Ubuntu (pull_request) Successful in 8m55s

This commit is contained in:
2026-09-10 09:30:58 +00:00
parent 558df2bbcd
commit c5746130bf
3 changed files with 21 additions and 5 deletions
+7
View File
@@ -30,5 +30,12 @@ jobs:
go mod tidy
make test
- name: Running PostgreSQL Integration Tests
run: make test-integration
- name: Clean up Integration Dependencies
if: always()
run: make dev-down
- name: Verify generated files and modules are current
run: git diff --exit-code