From d4a6c6521aa1a5208939a2cd981a13ca01a07d2a Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 12 Feb 2024 14:00:58 +0100 Subject: [PATCH] Try `nmake install` before `nmake test-spec` --- .github/workflows/windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0776857589c5a6..42d1f6b6335a5e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -184,6 +184,8 @@ jobs: - run: nmake test timeout-minutes: 5 + - run: nmake install + - run: nmake test-spec timeout-minutes: 10