Skip to content

Commit e515c91

Browse files
committed
don't fail fast on tests
1 parent 3dbe34f commit e515c91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
test:
1111
strategy:
12+
fail-fast: false
1213
matrix:
1314
os: [ubuntu-latest, macos-latest]
1415
python-version: ["3.11", "3.12", "3.13", "3.14"]
@@ -17,5 +18,5 @@ jobs:
1718
CI: "true"
1819
steps:
1920
- uses: actions/checkout@v6
20-
- uses: astral-sh/setup-uv@v8
21+
- uses: astral-sh/setup-uv@v8.0.0
2122
- run: uv run --python ${{ matrix.python-version }} --with pytest python -m pytest

0 commit comments

Comments
 (0)