Skip to content

Commit 172a90b

Browse files
committed
Pass --no-coverage to pest to fix silent exit on pest v4
1 parent f4a2524 commit 172a90b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ jobs:
8383
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
8484
8585
- name: Execute tests
86-
run: vendor/bin/pest
86+
run: vendor/bin/pest --no-coverage

0 commit comments

Comments
 (0)