Skip to content

Commit 1c327d1

Browse files
committed
Revert "build: targeted run and verbose log CleanupService tests"
This reverts commit 9aa3323.
1 parent 16694ed commit 1c327d1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
if: runner.os == 'Linux'
4343
run: make check
4444

45-
- name: Cleanup Service Tests
46-
if: runner.os == 'Windows'
47-
run: |
48-
go test ./internal/pipeline/... -count 1 -v -run TestCleanupService
49-
5045
- name: Go Tests
5146
if: runner.os != 'Linux'
5247
run: go test ./... -count 1 -short

0 commit comments

Comments
 (0)