Skip to content

Commit

Permalink
Disable pytest faulthandler
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz authored Jun 14, 2023
1 parent abf41e0 commit cd1311d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
timeout-minutes: 30
env:
WK_TOKEN: ${{ secrets.WK_TOKEN }}
run: ./test.sh -vv --splits 3 --group ${{ matrix.group }} --splitting-algorithm least_duration
run: ./test.sh -vv -p no:faulthandler --splits 3 --group ${{ matrix.group }} --splitting-algorithm least_duration

- name: Check if git is dirty
run: |
Expand Down

0 comments on commit cd1311d

Please sign in to comment.