mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-24 21:47:56 +00:00
Support embedded full/light node clients. (#91)
* Add support for light clients. * Add wasm toolchain to ci. * Fix ci tests. * Address review comments. * Use expect instead of unwrap. * Purge light client chain too. * Add README section.
This commit is contained in:
@@ -16,13 +16,14 @@ jobs:
|
||||
|
||||
- name: setup
|
||||
run: |
|
||||
rustup install nightly --profile default
|
||||
rustup install nightly --profile default
|
||||
rustup +nightly target add wasm32-unknown-unknown
|
||||
|
||||
- name: fmt
|
||||
run: cargo +nightly fmt --all -- --check
|
||||
|
||||
- name: build
|
||||
run: cargo build --verbose
|
||||
run: cargo build --workspace --verbose
|
||||
|
||||
- name: test
|
||||
run: cargo test --verbose
|
||||
run: cargo test --workspace --verbose
|
||||
|
||||
Reference in New Issue
Block a user