We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45419aa commit 6cfe180Copy full SHA for 6cfe180
1 file changed
.github/workflows/check.yml
@@ -2,6 +2,8 @@ name: Run linters and tests
2
3
on:
4
push:
5
+ branches:
6
+ - master
7
pull_request:
8
9
permissions:
@@ -50,6 +52,7 @@ jobs:
50
52
51
53
test:
54
runs-on: ubuntu-latest
55
+ timeout-minutes: 2
56
57
strategy:
58
fail-fast: false
@@ -72,4 +75,4 @@ jobs:
72
75
${{ runner.os }}-uv-py${{ matrix.python-version }}-
73
76
74
77
- name: Run tests
- run: uv run --python "${{ matrix.python-version }}" pytest -rs --no-cov
78
+ run: uv run --python "${{ matrix.python-version }}" pytest -rs --no-cov -p no:faulthandler
0 commit comments