diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index b273de19..001c204c 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -75,7 +75,7 @@ jobs: # Test the module - name: Run pytest-workflow - run: PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --symlink --wt 2 + run: PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --symlink --wt 2 --kwdof - name: Upload logs on failure if: failure()