Skip to content

Commit

Permalink
ci: reactivate mutation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 3, 2023
1 parent 6dc9c9f commit 6090910
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ jobs:
if: always()
run: |
make rector-dry
# - name: Run mutation tests
# if: always()
# env:
# INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
# run: |
# make mutation
- name: Run mutation tests
if: always()
env:
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
run: |
make mutation
- name: Generate code coverage
run: |
make code-coverage
Expand Down

0 comments on commit 6090910

Please sign in to comment.