Skip to content

Commit

Permalink
Added tests make target
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Jan 1, 2025
1 parent e002a95 commit c0002a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ phpstan: tools/vendor

php-cs-fixer: tools/vendor
php tools/vendor/bin/php-cs-fixer fix

tests:
php vendor/bin/phpunit

0 comments on commit c0002a0

Please sign in to comment.