ci: 注释掉测试步骤- 在 GitHub Actions 工作流文件中注释掉了测试步骤- 这可能会影响测试覆盖率,但可能是暂时性的调整

This commit is contained in:
suyiiyii 2025-01-20 23:37:12 +08:00
parent 3c12297e31
commit e3aa2b22da
Signed by: suyiiyii
GPG Key ID: 044704CB29B8AD85

View File

@ -27,5 +27,5 @@ jobs:
- name: Build
run: go build -v app/${{ matrix.service }}/...
- name: Test
run: go test -v app/${{ matrix.service }}/...
# - name: Test
# run: go test -v app/${{ matrix.service }}/...