mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Run nmake check on Actions
This commit is contained in:
parent
9edc162583
commit
9c6987ebd6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -4,7 +4,7 @@ jobs:
|
|||
make:
|
||||
strategy:
|
||||
matrix:
|
||||
test_task: [test]
|
||||
test_task: [check]
|
||||
os: [windows-2019]
|
||||
vs: [2019]
|
||||
fail-fast: false
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
nmake incs
|
||||
nmake extract-extlibs
|
||||
nmake
|
||||
- name: nmake test
|
||||
- name: nmake ${{ matrix.test_task }}
|
||||
timeout-minutes: 30
|
||||
run: |
|
||||
call "%VCVARS%"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue