ci: 注释掉测试步骤- 在 GitHub Actions 工作流文件中注释掉了测试步骤- 这可能会影响测试覆盖率,但可能是暂时性的调整
This commit is contained in:
parent
3c12297e31
commit
e3aa2b22da
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -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 }}/...
|
||||
|
Loading…
x
Reference in New Issue
Block a user