Skip to content

Commit

Permalink
try parallel testing again for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
liorocks committed Mar 3, 2021
1 parent 8f31c31 commit f963b4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
env:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
run: vendor/bin/phpunit
# run: vendor/bin/phpunit
run: php artisan test --parallel

0 comments on commit f963b4f

Please sign in to comment.