1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-07 22:35:25 +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
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm]
rust: [stable, beta]