Skip to content

Commit

Permalink
ci: drop pint from CI tests (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams authored Feb 6, 2025
1 parent fbfc02c commit 64f8a63
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/run-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:

- name: Run tests
run: |
vendor/bin/pint --test
vendor/bin/phpstan --memory-limit=1G analyse
php artisan test tests/Unit
# [chuck 2025-02-06] Removed pint. Its not only grotesquely slow, it doesn't even fix things in one pass.
# If we're going to have style wars, I'd rather it were between humans and not within one insane formatter.

# - name: Run tests
# run: |
# vendor/bin/pint --test
# vendor/bin/phpstan --memory-limit=1G analyse
# php artisan test tests/Unit

0 comments on commit 64f8a63

Please sign in to comment.