mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 06:45:32 +00:00
Disable fail-fast in CI workflow
This commit is contained in:
parent
c69d6e13f7
commit
d6d8e15afc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -14,6 +14,7 @@ jobs:
|
|||
name: Test
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, ubuntu-24.04-arm]
|
||||
rust: [stable, beta]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue