specify build type for ctest on windows (#371)

pull/372/head master-01a297b
Erik Scholz 1 year ago committed by GitHub
parent 3366853e41
commit 01a297b099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save