Skip to content

Commit

Permalink
Run mut mut twice
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson committed Nov 20, 2024
1 parent 1c2b75b commit ad66d4f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,12 @@ jobs:
pip install poetry
poetry install
- name: Run mutation tests but don't exit 1
run: |
poetry run mutmut run || true
- name: Run mutation tests
# Todo: Remove hack to copy dbt_platform_helper before running clean tests
run: |
mkdir mutants
cp -R dbt_platform_helper mutants
poetry run mutmut run
- name: Report results
Expand Down

0 comments on commit ad66d4f

Please sign in to comment.