Skip to content

Commit

Permalink
Reduce min-msi for current MethodCallRemoval mutant
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Dec 14, 2023
1 parent da3a3bc commit 183e29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
run: "vendor/bin/phpunit"

- name: "Mutation tests"
run: "vendor/bin/infection --min-msi=100 --no-progress --threads=5"
run: "vendor/bin/infection --min-msi=99 --no-progress --threads=5"

0 comments on commit 183e29e

Please sign in to comment.