We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b083cb0 commit 422f067Copy full SHA for 422f067
.github/workflows/run-tests.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Execute tests with mutation
45
if: ${{ matrix.os == 'ubuntu-latest' }}
46
- run: vendor/bin/pest --colors=always --mutate --parallel --min=80
+ run: vendor/bin/pest --colors=always --mutate --parallel --min=60
47
48
- name: Execute tests
49
if: ${{ matrix.os != 'ubuntu-latest' }}
0 commit comments