CI: Ensure that all test vector variants are always checked
If one fails, we still want to check the others, because it can easily be an output-specific issue.
This commit is contained in:
parent
053edd9e33
commit
13b0cb1d92
|
@ -19,6 +19,7 @@ jobs:
|
|||
- kind: 'zcash'
|
||||
extension: 'rs'
|
||||
name: 'Bitcoin-flavoured JSON'
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue