File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 28
28
- vc : 2015
29
29
vs : 2019
30
30
vcvars : ' 10.0.14393.0 -vcvars_ver=14.0' # The oldest Windows 10 SDK w/ VC++ 2015 toolset (v140)
31
+ test_task : check
31
32
- vs : 2019
33
+ test_task : check
32
34
- vs : 2022
35
+ test_task : check
33
36
- vs : 2022
34
37
test_task : test-bundled-gems
35
38
fail-fast : false
46
49
|| (github.event_name == 'push' && github.event.pull_request.user.login == 'dependabot[bot]')
47
50
)}}
48
51
49
- name : VisualStudio ${{ matrix.vc || matrix.vs }} ${{ matrix.test_task || '' }}
52
+ name : VisualStudio ${{ matrix.vc || matrix.vs }} ( ${{ matrix.test_task }})
50
53
51
54
env :
52
55
GITPULLOPTIONS : --no-tags origin ${{ github.ref }}
@@ -174,14 +177,6 @@ jobs:
174
177
- run : nmake test
175
178
timeout-minutes : 5
176
179
177
- - run : nmake test-spec
178
- timeout-minutes : 10
179
- if : ${{ matrix.test_task != 'test-bundled-gems' }}
180
-
181
- - run : nmake test-bundled-gems
182
- timeout-minutes : 30
183
- if : ${{ matrix.test_task == 'test-bundled-gems' }}
184
-
185
180
- name : Set up Launchable
186
181
uses : ./.github/actions/launchable/setup
187
182
with :
@@ -195,13 +190,12 @@ jobs:
195
190
continue-on-error : true
196
191
if : ${{ matrix.test_task != 'test-bundled-gems' }}
197
192
198
- - run : nmake test-all
193
+ - run : nmake ${{ matrix.test_task || 'check' }}
199
194
env :
200
195
RUBY_TESTOPTS : >-
201
196
-j${{ env.TEST_JOBS || 4 }}
202
197
--job-status=normal
203
- timeout-minutes : 60
204
- if : ${{ matrix.test_task != 'test-bundled-gems' }}
198
+ timeout-minutes : 70
205
199
206
200
- uses : ./.github/actions/slack
207
201
with :
You can’t perform that action at this time.
0 commit comments