mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: skips parallel testing
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -43,4 +43,6 @@ jobs:
|
||||
|
||||
- name: Unit Tests in Parallel
|
||||
run: composer test:parallel
|
||||
if: startsWith(matrix.os, 'windows') != true
|
||||
# Waiting for Paratest support...
|
||||
if: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user