Skip to content

Commit 1ba784f

Browse files
committed
ci: avoid timeout on aarch64 tests
1 parent e87ba01 commit 1ba784f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ jobs:
595595
strategy:
596596
fail-fast: false
597597
matrix:
598-
target: [aarch64, armv7, s390x, ppc64le]
598+
target: [armv7, s390x, ppc64le]
599599
distro: ['ubuntu22.04']
600600
include:
601601
- target: aarch64
@@ -636,7 +636,7 @@ jobs:
636636
source $HOME/.local/bin/env
637637
uv sync --frozen --group testing --no-install-project
638638
uv pip install pydantic-core --no-index --no-deps --find-links dist --force-reinstall
639-
uv run --no-sync pytest --ignore=tests/test_docstrings.py
639+
uv run --no-sync pytest --ignore=tests/test_docstrings.py --hypothesis-profile=fast
640640
uv run --no-sync python -c 'import pydantic_core._pydantic_core; print(pydantic_core._pydantic_core.__version__)'
641641
642642
test-builds-os:
@@ -646,7 +646,7 @@ jobs:
646646
strategy:
647647
fail-fast: false
648648
matrix:
649-
os: [ubuntu, macos, windows]
649+
os: [ubuntu, ubuntu-24.04-arm, macos, windows, windows-11-arm]
650650

651651
runs-on: ${{ matrix.os }}-latest
652652
steps:

0 commit comments

Comments
 (0)