Skip to content

Commit 9aa3323

Browse files
committed
build: targeted run and verbose log CleanupService tests
1 parent 2238b0d commit 9aa3323

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ 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+
4550
- name: Go Tests
4651
if: runner.os != 'Linux'
4752
run: go test ./... -count 1 -short

0 commit comments

Comments
 (0)