Skip to content

Commit

Permalink
parallel test
Browse files Browse the repository at this point in the history
  • Loading branch information
fzldn committed Sep 15, 2024
1 parent 45951c4 commit 65e1d9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
env:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
run: php artisan test
run: php artisan test --parallel --processes=4 --recreate-databases
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"spatie/laravel-permission": "^6.9"
},
"require-dev": {
"brianium/paratest": "^7.4",
"fakerphp/faker": "^1.23",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 65e1d9a

Please sign in to comment.