1
0
Fork 0
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:
Takashi Kokubun 2021-05-10 20:51:12 -07:00
parent 9edc162583
commit 9c6987ebd6
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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%"