Skip to content

Commit 422f067

Browse files
committed
chore: min 60 for now
1 parent b083cb0 commit 422f067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Execute tests with mutation
4545
if: ${{ matrix.os == 'ubuntu-latest' }}
46-
run: vendor/bin/pest --colors=always --mutate --parallel --min=80
46+
run: vendor/bin/pest --colors=always --mutate --parallel --min=60
4747

4848
- name: Execute tests
4949
if: ${{ matrix.os != 'ubuntu-latest' }}

0 commit comments

Comments
 (0)