Skip to content

Commit 6cfe180

Browse files
committed
try fix for locked tests in python 3.8
1 parent 45419aa commit 6cfe180

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Run linters and tests
22

33
on:
44
push:
5+
branches:
6+
- master
57
pull_request:
68

79
permissions:
@@ -50,6 +52,7 @@ jobs:
5052
5153
test:
5254
runs-on: ubuntu-latest
55+
timeout-minutes: 2
5356

5457
strategy:
5558
fail-fast: false
@@ -72,4 +75,4 @@ jobs:
7275
${{ runner.os }}-uv-py${{ matrix.python-version }}-
7376
7477
- name: Run tests
75-
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

Comments
 (0)