diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87d7dce3..76dfc0d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -251,7 +251,7 @@ jobs: - name: Build run: ninja - name: Test - run: ninja test + run: ctest -LE 'WillFail|Fuzzing' -T test - name: lcov --capture run: lcov --capture --no-external --directory . --output-file coverage.info - name: lcov --remove