Skip to content

Commit

Permalink
Pest v3 and parallel tests in CI (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Oct 9, 2024
1 parent 0feaa9b commit 3491ec1
Show file tree
Hide file tree
Showing 3 changed files with 453 additions and 371 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm run build

- name: Execute tests
run: vendor/bin/pest
run: vendor/bin/pest -p
env:
DB_CONNECTION: mysql
DB_COLLATION: utf8mb4_unicode_ci
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"fakerphp/faker": "^1.23",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
"pestphp/pest": "^2.23",
"pestphp/pest-plugin-laravel": "^2.2"
"pestphp/pest": "^3.0",
"pestphp/pest-plugin-laravel": "^3.0"
},
"autoload": {
"files": [
Expand Down
Loading

0 comments on commit 3491ec1

Please sign in to comment.