1
0
Fork 0
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:
Jason Hall 2025-10-15 15:07:03 -04:00 committed by GitHub
parent c69d6e13f7
commit d6d8e15afc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ jobs:
name: Test name: Test
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
fail-fast: false
matrix: matrix:
os: [ubuntu-latest, ubuntu-24.04-arm] os: [ubuntu-latest, ubuntu-24.04-arm]
rust: [stable, beta] rust: [stable, beta]