Skip to content

Commit 8f487a4

Browse files
authored
Merge pull request #144 from stronk7/disable_xdebug_pcov_validate_tests
Disable xdebug and pcov from self (validate) tests
2 parents 4e1e3a6 + 902ddd5 commit 8f487a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: shivammathur/setup-php@v2
1616
with:
1717
php-version: 7.3
18+
coverage: none
1819

1920
- name: Initialise
2021
run: make init

0 commit comments

Comments
 (0)