From 6b2009635d968c50232025f019002763d0814947 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Mon, 7 Feb 2022 21:50:35 +0000 Subject: [PATCH] [GitHub Actions] Generate Bitcoin-flavoured test vectors with .json filetype. Signed-off-by: Daira Hopwood --- .github/workflows/test_vectors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_vectors.yml b/.github/workflows/test_vectors.yml index 73d9b3e..1921f0e 100644 --- a/.github/workflows/test_vectors.yml +++ b/.github/workflows/test_vectors.yml @@ -17,7 +17,7 @@ jobs: extension: 'json' name: 'JSON' - kind: 'zcash' - extension: 'rs' + extension: 'json' name: 'Bitcoin-flavoured JSON' fail-fast: false