ci: 运行 PostgreSQL adapter 集成测试
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user