Skip to content

Commit

Permalink
Change fail strategy and test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smiasojed committed Jan 25, 2024
1 parent 6fd6708 commit c5aa422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ jobs:
RUST_BACKTRACE: full

strategy:
fail-fast: false
matrix:
${{ fromJson(needs.prepare_matrix.outputs.MATRIX) }}

Expand Down
2 changes: 1 addition & 1 deletion call-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit c5aa422

Please sign in to comment.