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
+2 -2
View File
@@ -65,8 +65,8 @@ homelab 日常集群。
Gitea Actions 直接使用 `.github/workflows` 中兼容 GitHub Actions 语法的工作流:
- `Tests`:运行生成、格式化、vet、envtest,并检查生成文件和 `go.mod`/`go.sum`
没有未提交漂移。
- `Tests`:运行生成、格式化、vet、envtest、一次性 Docker adapter integration tests,
并检查生成文件和 `go.mod`/`go.sum` 没有未提交漂移。
- `Lint`:校验 golangci-lint 配置并运行静态检查。
- `E2E Tests`:在一次性 Kind 集群中安装 CRD 和 controller,执行端到端验证。