ci: 运行 PostgreSQL adapter 集成测试

This commit is contained in:
2026-09-10 16:50:43 +00:00
parent 6220a917e4
commit 98cdc9c2b2
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