Skip to content

Commit

Permalink
Tweak flags
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 24, 2024
1 parent af5f5ae commit af5c3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
COMPOSER_ROOT_VERSION: dev-master

- name: Run Psalm
run: ./psalm --output-format=github
run: ./psalm --output-format=github --force-jit
2 changes: 1 addition & 1 deletion .github/workflows/shepherd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
COMPOSER_ROOT_VERSION: dev-master

- name: Run Psalm
run: ./psalm --output-format=github --shepherd
run: ./psalm --output-format=github --shepherd --force-jit

0 comments on commit af5c3dc

Please sign in to comment.