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:
Jack Grigg 2022-01-08 00:10:08 +00:00
parent 053edd9e33
commit 13b0cb1d92
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ jobs:
- kind: 'zcash'
extension: 'rs'
name: 'Bitcoin-flavoured JSON'
fail-fast: false
steps:
- uses: actions/checkout@v2