diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71f18b0..756328f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,6 +112,7 @@ jobs: - name: Test suite run: | + make check -C src make ALL_TESTS=1 check -C test || (test/filter-suite-log.sh test/test-suite.log; exit 1) # [NOTE]