mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
33d7f9dd7b
* make polkadot-runtime optional feature * sprinkle some cfg statements * ok * ok, ok * add CI check * set -e * chmod +x * fixes * fmt * nicer compile errors * Update outdated comments
7 lines
169 B
Bash
Executable File
7 lines
169 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
pushd node/service && cargo check --no-default-features && popd
|
|
pushd cli && cargo check --no-default-features --features "service" && popd
|