github actions - enable all shared tests (#1057)

This commit is contained in:
dekken 2021-10-31 18:39:14 +01:00
parent 4564d9a131
commit 6327c4b6dd

View File

@ -32,9 +32,6 @@ jobs:
cmake .. -DYAML_BUILD_SHARED_LIBS=ON
cmake --build . --parallel 4
# tests are failing for unknown reasons
- if: matrix.os == 'ubuntu-latest'
name: Test shared
- name: Test shared
shell: bash
run: cd build && ctest --output-on-failure
# test all ASAP