mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-11 03:33:36 +00:00
prevent canceling if one of jobs in matrix fails
This commit is contained in:
parent
b7a7523f65
commit
3f253a12d4
1
.github/workflows/sanitizers.yml
vendored
1
.github/workflows/sanitizers.yml
vendored
|
@ -5,6 +5,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
sanitizers:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- sanitizer: address
|
||||
|
|
Loading…
Reference in a new issue