CI fix Windows, make sure build passes before running tests
This commit is contained in:
parent
da0e9fe90c
commit
31c1646441
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -107,8 +107,7 @@ jobs:
|
|||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
cmake --build . --config Release
|
||||
ctest -C Release --output-on-failure
|
||||
cmake --build . --config Release && ctest -C Release --output-on-failure
|
||||
|
||||
- name: Get commit hash
|
||||
id: commit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue