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
+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,执行端到端验证。