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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue