mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 17:41:50 +01:00
Make task with Infection dependent of PHPUnit tests
This commit is contained in:
@@ -89,7 +89,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- Run mutation testing -->
|
<!-- Run mutation testing -->
|
||||||
<target name="test:infection" depends="build:prepare">
|
<target name="test:infection" depends="test:phpunit">
|
||||||
<exec command="${tests.mutation.command}" passthru="true"/>
|
<exec command="${tests.mutation.command}" passthru="true"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user