specify build type for ctest on windows (#371)

This commit is contained in:
Erik Scholz 2023-03-21 22:34:25 +01:00 committed by GitHub
parent 3366853e41
commit 01a297b099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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