Skip to content

Commit 3491ec1

Browse files
authored
Pest v3 and parallel tests in CI (#1151)
1 parent 0feaa9b commit 3491ec1

File tree

3 files changed

+453
-371
lines changed

3 files changed

+453
-371
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: npm run build
3838

3939
- name: Execute tests
40-
run: vendor/bin/pest
40+
run: vendor/bin/pest -p
4141
env:
4242
DB_CONNECTION: mysql
4343
DB_COLLATION: utf8mb4_unicode_ci

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"fakerphp/faker": "^1.23",
4040
"mockery/mockery": "^1.6",
4141
"nunomaduro/collision": "^8.0",
42-
"pestphp/pest": "^2.23",
43-
"pestphp/pest-plugin-laravel": "^2.2"
42+
"pestphp/pest": "^3.0",
43+
"pestphp/pest-plugin-laravel": "^3.0"
4444
},
4545
"autoload": {
4646
"files": [

0 commit comments

Comments
 (0)