Skip to content

Commit

Permalink
remove debug filter i placed
Browse files Browse the repository at this point in the history
  • Loading branch information
Zrnik committed Apr 11, 2024
1 parent a0c16a1 commit d58bf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ composer-update:
docker run -w /app -v $(shell pwd):/app zweist_image composer update

phpunit:
docker run -w /app -v $(shell pwd):/app zweist_image vendor/bin/phpunit --filter ZweistTest
docker run -w /app -v $(shell pwd):/app zweist_image vendor/bin/phpunit

coverage:
docker run -w /app -v $(shell pwd):/app zweist_image vendor/bin/phpunit --coverage-html temp/coverage
Expand Down

0 comments on commit d58bf9b

Please sign in to comment.