diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ccd65e0..3b41fa0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: "Run tests (PHP 8.4)" if: ${{ matrix.php-version == '8.4' }} - run: "make -j -O test-phpunit test-examples" + run: "make -j -O test" - name: "Send code coverage" if: ${{ matrix.php-version == '8.3' }}