Skip to content

Commit

Permalink
allow to run individual tests from the 'test' target
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcmoulton committed Jan 10, 2025
1 parent beb2861 commit b8b67c9
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 @@ -22,7 +22,7 @@ static-analysis:

.PHONY: test
test: bring-up-app-and-queue-watcher
docker compose exec app vendor/bin/phpunit
docker compose exec app vendor/bin/phpunit $(TEST)

.PHONY: all-tests
all-tests: bring-up-app-without-queue-watcher
Expand Down

0 comments on commit b8b67c9

Please sign in to comment.