Skip to content

Commit

Permalink
polkadot v1.10.0 (#387)
Browse files Browse the repository at this point in the history
* psvm v1.10.0

* fix clippy warnings and activate all clippy features in CI

* fix tests

* clippy
  • Loading branch information
clangenb authored May 21, 2024
1 parent 7b59e07 commit e5a7145
Show file tree
Hide file tree
Showing 8 changed files with 484 additions and 427 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
check: [ cargo build --release,
cargo test --all --features runtime-benchmarks --features try-runtime,
cargo +nightly fmt --all -- --check,
cargo clippy -- -D warnings
cargo clippy --all-features -- -D warnings
]
steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit e5a7145

Please sign in to comment.