Skip to content

Commit fe8de6d

Browse files
Update test command to remove deprecated flag
1 parent cecbdf4 commit fe8de6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
run: php artisan migrate --force -v
5252

5353
- name: Tests (Shard ${{ matrix.shard }}/4)
54-
run: php artisan test --parallel --shard ${{ matrix.shard }}/4
54+
run: php artisan test --shard ${{ matrix.shard }}/4 -p

0 commit comments

Comments
 (0)