This commit is contained in:
PhilipDeegan 2021-12-15 20:38:44 +02:00 committed by GitHub
commit 27a66010d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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