Skip to content

Commit

Permalink
Fix: Let tests target depend on doctrine target
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 8, 2023
1 parent 478af15 commit 739bd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -74,7 +74,7 @@ static-code-analysis-baseline: vendor ## Generates a baseline for static code an
vendor/bin/psalm --config=psalm.xml --set-baseline=psalm-baseline.xml

.PHONY: tests
tests: vendor ## Runs unit, integration, and functional tests with phpunit/phpunit
tests: vendor doctrine ## Runs unit, integration, and functional tests with phpunit/phpunit
mkdir -p .build/phpunit/
vendor/bin/phpunit --configuration=test/Unit/phpunit.xml
vendor/bin/phpunit --configuration=test/Integration/phpunit.xml
Expand Down

0 comments on commit 739bd15

Please sign in to comment.