Skip to content

Commit

Permalink
[ci] hyperledger-iroha#2158: Upgrade parity_scale_codec and other d…
Browse files Browse the repository at this point in the history
…ependencies

Signed-off-by: Aleksandr Petrosyan <[email protected]>
  • Loading branch information
appetrosyan committed Aug 9, 2022
1 parent 84b4224 commit 71ee03c
Show file tree
Hide file tree
Showing 46 changed files with 718 additions and 602 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/iroha2-dev-pr-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- uses: Swatinem/rust-cache@v1

- name: Format check
run: cargo +nightly-2022-04-20 fmt --all -- --check
run: cargo +nightly-2022-08-09 fmt --all -- --check
- name: Static analysis without features
run: cargo +nightly-2022-04-20 lints clippy --workspace --benches --tests --examples --quiet --no-default-features
run: cargo +nightly-2022-08-09 lints clippy --workspace --benches --tests --examples --quiet --no-default-features
if: always()
- name: Static analysis with all features enabled
run: cargo +nightly-2022-04-20 lints clippy --workspace --benches --tests --examples --quiet --all-features
run: cargo +nightly-2022-08-09 lints clippy --workspace --benches --tests --examples --quiet --all-features
if: always()
- name: Verify iroha_data_model still supports no_std
run: cargo nono check --package iroha_data_model --no-default-features
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iroha2-dev-pr-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1
- name: Run tests
run: mold --run cargo +nightly-2022-04-20 test -p iroha_client --tests unstable_network --quiet
run: mold --run cargo +nightly-2022-08-09 test -p iroha_client --tests unstable_network --quiet
4 changes: 2 additions & 2 deletions .github/workflows/iroha2-dev-pr-wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Static analysis
- name: Format check
run: cargo +nightly-2022-04-20 fmt --all -- --check
run: cargo +nightly-2022-08-09 fmt --all -- --check
- name: Static analysis without features
run: cargo lints clippy --benches --tests --examples --quiet --no-default-features
if: always()
Expand All @@ -47,4 +47,4 @@ jobs:

# Tests
- name: Run tests
run: mold --run cargo +nightly-2022-04-20 test --tests --quiet --no-fail-fast
run: mold --run cargo +nightly-2022-08-09 test --tests --quiet --no-fail-fast
Loading

0 comments on commit 71ee03c

Please sign in to comment.