From 993e12c0ebb9a399d36d1635a145f6bf6929107d Mon Sep 17 00:00:00 2001 From: Markus Poerschke Date: Fri, 12 Jul 2024 00:24:42 +0200 Subject: [PATCH] Try to fix Psalm --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }}