Skip to content

Commit

Permalink
run integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen-G committed Mar 20, 2023
1 parent db3bc30 commit 116386f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -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

0 comments on commit 116386f

Please sign in to comment.