Skip to content

Commit f957084

Browse files
committed
Repeat each test separately
1 parent f3bc4f5 commit f957084

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/test-f3.yaml

+7-6
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
go:
1515
- 1.22
1616
test:
17-
# - TestF3_Enabled
18-
# - TestF3_Rebootstrap
19-
# - TestF3_PauseAndRebootstrap
20-
# - TestF3_Bootstrap
21-
- 'TestF3_.+'
17+
- TestF3_Enabled
18+
- TestF3_Rebootstrap
19+
- TestF3_PauseAndRebootstrap
20+
- TestF3_Bootstrap
21+
# - 'TestF3_.+'
2222
steps:
2323
- uses: actions/checkout@v4
2424
with:
@@ -27,4 +27,5 @@ jobs:
2727
- uses: ./.github/actions/install-go
2828
- uses: ./.github/actions/make-deps
2929
- name: Repeat ${{ matrix.test }}
30-
run: go test -timeout 30m -count 50 -v --run='^TestF3_.+' --failfast ./itests
30+
# run: go test -timeout 30m -count 50 -v --run='^TestF3_.+' --failfast ./itests
31+
run: go test -timeout 30m -count 50 -v --run=^{{ matrix.test }} --failfast ./itests

0 commit comments

Comments
 (0)