From 6327c4b6dd354dbde9d2ad573f0c5e8989f55566 Mon Sep 17 00:00:00 2001 From: dekken Date: Sun, 31 Oct 2021 18:39:14 +0100 Subject: [PATCH] github actions - enable all shared tests (#1057) --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0565fe18a..96961b1fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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