ci: don't fail fast
This commit is contained in:
parent
c40025ae33
commit
59cbf0eb30
1 changed files with 2 additions and 8 deletions
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
|
|
@ -20,6 +20,7 @@ permissions:
|
||||||
jobs:
|
jobs:
|
||||||
testing:
|
testing:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||||
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
|
||||||
|
|
@ -48,6 +49,7 @@ jobs:
|
||||||
|
|
||||||
linting:
|
linting:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||||
python-version: ['3.10']
|
python-version: ['3.10']
|
||||||
|
|
@ -113,14 +115,6 @@ jobs:
|
||||||
keep_files: true
|
keep_files: true
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
needs: [linting]
|
|
||||||
env:
|
|
||||||
RUSTC_BOOTSTRAP: "1"
|
|
||||||
CARGO_INCREMENTAL: "0"
|
|
||||||
RUSTFLAGS: >-
|
|
||||||
-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=unwind
|
|
||||||
RUSTDOCFLAGS: "-Cpanic=abort"
|
|
||||||
LLVM_PROFILE_FILE: "argus-%p-%m.profraw"
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-latest"]
|
os: ["ubuntu-latest"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue