Skip to content

Commit 1cf4bea

Browse files
chore: run test syntax
1 parent 117108e commit 1cf4bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
- name: Run PHP Code Sniffer
3737
run: vendor/bin/phpcs -p ./src
3838
- name: Run unit tests
39-
run: vendor/bin/phpunit -v
39+
run: vendor/bin/phpunit
4040
- name: Run PHPStan
4141
run: vendor/bin/phpstan analyse --no-progress -c phpstan.neon

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
test:
33
php vendor/bin/phpcbf -p
4-
XDEBUG_MODE=coverage vendor/bin/phpunit -v
4+
php vendor/bin/phpunit
55
php vendor/bin/phpstan analyse -c phpstan.neon

0 commit comments

Comments
 (0)