mirror of
https://github.com/tiennm99/serena.git
synced 2026-07-15 04:32:36 +00:00
GH: don't fail fast
This commit is contained in:
@@ -8,6 +8,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: "!contains(github.event.head_commit.message, 'ci skip')"
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
python-version: ["3.11"]
|
||||
@@ -38,4 +39,3 @@ jobs:
|
||||
- name: Test with pytest
|
||||
shell: bash
|
||||
run: uv run poe test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user