Skip to content

Commit

Permalink
chore: run test syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Jul 1, 2024
1 parent 117108e commit 1cf4bea
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-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- name: Run PHP Code Sniffer
run: vendor/bin/phpcs -p ./src
- name: Run unit tests
run: vendor/bin/phpunit -v
run: vendor/bin/phpunit
- name: Run PHPStan
run: vendor/bin/phpstan analyse --no-progress -c phpstan.neon
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

test:
php vendor/bin/phpcbf -p
XDEBUG_MODE=coverage vendor/bin/phpunit -v
php vendor/bin/phpunit
php vendor/bin/phpstan analyse -c phpstan.neon

0 comments on commit 1cf4bea

Please sign in to comment.