diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1a87e6..cc9595c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,8 @@ jobs: run: | phpize ./configure - make test + make + ./run_tests # - name: Install dependencies # run: |