Skip to content

Commit 5479af9

Browse files
committed
feat: run pest tests in parallel in github CI
1 parent f524f5c commit 5479af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
env:
130130
DB_CONNECTION: sqlite
131131
DB_DATABASE: database/database.sqlite
132-
run: ./vendor/bin/pest
132+
run: ./vendor/bin/pest --parallel
133133

134134
# Deploy to prod server
135135
- name: Deploying System

0 commit comments

Comments
 (0)