mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-20 03:12:05 +00:00
prevent canceling if one of jobs in matrix fails
This commit is contained in:
parent
b7a7523f65
commit
3f253a12d4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/sanitizers.yml
vendored
1
.github/workflows/sanitizers.yml
vendored
|
@ -5,6 +5,7 @@ on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
sanitizers:
|
sanitizers:
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- sanitizer: address
|
- sanitizer: address
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue