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 #