Skip to content

Commit

Permalink
run test suite in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Feb 9, 2024
1 parent da9797a commit de3c0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
yarn build
- name: Run tests
run: ./vendor/bin/pest --compact
run: ./vendor/bin/pest --parallel
env:
DB_PASSWORD: root
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"minimum-stability": "stable",
"prefer-stable": true,
"scripts": {
"test": "./vendor/bin/pest --compact",
"test": "./vendor/bin/pest --parallel",
"post-install-cmd": [
"@php composer outdated --direct"
],
Expand Down

0 comments on commit de3c0b9

Please sign in to comment.