From c5aa422d47954b10e560cd19b83dc1f5a5712591 Mon Sep 17 00:00:00 2001 From: Sebastian Miasojed Date: Thu, 25 Jan 2024 12:52:58 +0100 Subject: [PATCH] Change fail strategy and test fix --- .github/workflows/ci.yml | 1 + call-runtime/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74dcca9b..db2f7afe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,6 +141,7 @@ jobs: RUST_BACKTRACE: full strategy: + fail-fast: false matrix: ${{ fromJson(needs.prepare_matrix.outputs.MATRIX) }} diff --git a/call-runtime/Cargo.toml b/call-runtime/Cargo.toml index f96709b6..e012bf6d 100644 --- a/call-runtime/Cargo.toml +++ b/call-runtime/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -ink = { version = "5.0.0-rc", default-features = false, features = false } +ink = { version = "5.0.0-rc", default-features = false } # Substrate #