specify build type for ctest on windows

This commit is contained in:
Green Sky 2023-03-21 22:22:22 +01:00
parent 3366853e41
commit 5dc847615f
No known key found for this signature in database

View file

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