From 13b0cb1d92fd2c6b483560433abee1a4af33f04c Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sat, 8 Jan 2022 00:10:08 +0000 Subject: [PATCH] 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. --- .github/workflows/test_vectors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_vectors.yml b/.github/workflows/test_vectors.yml index b85f16c..e2184b9 100644 --- a/.github/workflows/test_vectors.yml +++ b/.github/workflows/test_vectors.yml @@ -19,6 +19,7 @@ jobs: - kind: 'zcash' extension: 'rs' name: 'Bitcoin-flavoured JSON' + fail-fast: false steps: - uses: actions/checkout@v2