CI fix Windows, make sure build passes before running tests

This commit is contained in:
anzz1 2023-03-22 04:40:14 +02:00 committed by GitHub
parent da0e9fe90c
commit 31c1646441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,8 +107,7 @@ jobs:
mkdir build mkdir build
cd build cd build
cmake .. cmake ..
cmake --build . --config Release cmake --build . --config Release && ctest -C Release --output-on-failure
ctest -C Release --output-on-failure
- name: Get commit hash - name: Get commit hash
id: commit id: commit