Skip to content

Commit

Permalink
fix parachain example (#1228)
Browse files Browse the repository at this point in the history
* fix parachain example

* Simplify chain config

* tweak CI to check parachain-example, too (#1234)

---------

Co-authored-by: Tadeo Hepperle <[email protected]>
Co-authored-by: James Wilson <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2023
1 parent 3dd030f commit c3831c2
Show file tree
Hide file tree
Showing 3 changed files with 270 additions and 169 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
- name: Cargo hack; check each feature/crate on its own
run: cargo hack --exclude subxt --exclude subxt-signer --exclude subxt-lightclient --exclude-all-features --each-feature check --workspace

# Check the parachain-example code, which isn't a part of the workspace so is otherwise ignored.
- name: Cargo check parachain-example
run: cargo check --manifest-path examples/parachain-example/Cargo.toml

wasm_check:
name: Cargo check (WASM)
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit c3831c2

Please sign in to comment.