Skip to content

Commit

Permalink
Allow failures for ext-parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Nov 29, 2023
1 parent 8b8f33a commit 8f4b6e6
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 @@ -116,7 +116,7 @@ jobs:
run: php examples/process.php

- name: Run tests
run: vendor/bin/phpunit ${{ matrix.phpunit-flags }}
run: vendor/bin/phpunit ${{ matrix.phpunit-flags }} || ${{ matrix.continue-on-error }}

- name: Run static analysis
run: vendor/bin/psalm.phar
Expand Down

0 comments on commit 8f4b6e6

Please sign in to comment.