Skip to content

Commit

Permalink
Merge pull request #149 from jurteam/release/v2.1.0
Browse files Browse the repository at this point in the history
Release/v2.1.0
  • Loading branch information
Polkaverse authored Sep 1, 2023
2 parents 79976f8 + b2db51a commit 95afb37
Show file tree
Hide file tree
Showing 42 changed files with 1,009 additions and 799 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
rustup update stable
rustup toolchain install nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
- name: Check format
run: cargo fmt --all -- --check

- name: Build
run: SKIP_WASM_BUILD= cargo check --all-targets --features runtime-benchmarks

Expand Down
Loading

0 comments on commit 95afb37

Please sign in to comment.