Try nmake install before nmake test-spec

This commit is contained in:
Benoit Daloze 2024-02-12 14:00:58 +01:00
parent 06995eb45b
commit d4a6c6521a

View File

@ -184,6 +184,8 @@ jobs:
- run: nmake test
timeout-minutes: 5
- run: nmake install
- run: nmake test-spec
timeout-minutes: 10