Commit f957084 1 parent f3bc4f5 commit f957084 Copy full SHA for f957084
File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
go :
15
15
- 1.22
16
16
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_.+'
22
22
steps :
23
23
- uses : actions/checkout@v4
24
24
with :
27
27
- uses : ./.github/actions/install-go
28
28
- uses : ./.github/actions/make-deps
29
29
- 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
You can’t perform that action at this time.
0 commit comments