Skip to content

Commit

Permalink
chore: Prefer long flags
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 29, 2023
1 parent affc076 commit 68ce895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- id: docker_hot_backend_test
name: Backend Test
language: system
entry: docker-compose run --rm -T app php artisan test -p
entry: docker-compose run --rm -T app php artisan test --parallel
files: '^(.*\.php|composer\.(json|lock))'
pass_filenames: false
- id: docker_hot_vtsc
Expand Down

0 comments on commit 68ce895

Please sign in to comment.