Try `nmake install` before `nmake test-spec`

This commit is contained in:
Benoit Daloze 2024-02-12 14:00:58 +01:00
Родитель 06995eb45b
Коммит d4a6c6521a
1 изменённых файлов: 2 добавлений и 0 удалений

2
.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