Skip to content

Commit

Permalink
Try to fix Psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspoerschke committed Jul 11, 2024
1 parent 59ad4f1 commit 993e12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 993e12c

Please sign in to comment.