diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ffc8ee..a5378f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,5 +45,8 @@ jobs: - name: Execute unit tests run: vendor/bin/phpunit --testsuite unit --testdox --colors=always + - name: Execute integration tests + run: vendor/bin/phpunit --testsuite integration --testdox --colors=always + - name: Execute mutation tests run: vendor/bin/infection --threads=4 --min-covered-msi=50 --min-msi=50