mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
make polkadot-runtime optional feature (#3820)
* 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
This commit is contained in:
@@ -223,6 +223,17 @@ check-runtime-benchmarks:
|
||||
- ./scripts/gitlab/check_runtime_benchmarks.sh
|
||||
- sccache -s
|
||||
|
||||
check-no-default-features:
|
||||
stage: test
|
||||
<<: *rules-test
|
||||
<<: *docker-env
|
||||
<<: *compiler-info
|
||||
<<: *vault-secrets
|
||||
script:
|
||||
# Check that polkadot-cli will compile no default features.
|
||||
- ./scripts/gitlab/check_no_default_features.sh
|
||||
- sccache -s
|
||||
|
||||
spellcheck:
|
||||
stage: test
|
||||
<<: *docker-env
|
||||
|
||||
Reference in New Issue
Block a user