github actions - enable all shared tests (#1057)
This commit is contained in:
parent
4564d9a131
commit
6327c4b6dd
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -32,9 +32,6 @@ jobs:
|
|||||||
cmake .. -DYAML_BUILD_SHARED_LIBS=ON
|
cmake .. -DYAML_BUILD_SHARED_LIBS=ON
|
||||||
cmake --build . --parallel 4
|
cmake --build . --parallel 4
|
||||||
|
|
||||||
# tests are failing for unknown reasons
|
- name: Test shared
|
||||||
- if: matrix.os == 'ubuntu-latest'
|
|
||||||
name: Test shared
|
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cd build && ctest --output-on-failure
|
run: cd build && ctest --output-on-failure
|
||||||
# test all ASAP
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user