From 9c6987ebd68e185c73eccfe9b197d9833bf56fb1 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 10 May 2021 20:51:12 -0700 Subject: [PATCH] Run nmake check on Actions --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e8633c57ee..3b2be7bb65 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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%"