Fix CI check and remove try-runtime command (#3046)
* CI: Fix check-try-runtime (preparation for the monorepo) Warnings should be treated as errors here, since this is how it will be done in the monorepo. I expect to see two errors in this check now. Signed-off-by:Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Allow deprecated Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Remove try-runtime command Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * make it compile Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Remove try-runtime-cli dependency Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Showing
- cumulus/Cargo.lock 0 additions, 3 deletionscumulus/Cargo.lock
- cumulus/parachain-template/node/Cargo.toml 0 additions, 2 deletionscumulus/parachain-template/node/Cargo.toml
- cumulus/parachain-template/node/src/cli.rs 3 additions, 6 deletionscumulus/parachain-template/node/src/cli.rs
- cumulus/parachain-template/node/src/command.rs 1 addition, 26 deletionscumulus/parachain-template/node/src/command.rs
- cumulus/polkadot-parachain/Cargo.toml 0 additions, 2 deletionscumulus/polkadot-parachain/Cargo.toml
- cumulus/polkadot-parachain/src/cli.rs 3 additions, 6 deletionscumulus/polkadot-parachain/src/cli.rs
- cumulus/polkadot-parachain/src/command.rs 1 addition, 23 deletionscumulus/polkadot-parachain/src/command.rs
- cumulus/scripts/ci/gitlab/pipeline/test.yml 2 additions, 0 deletionscumulus/scripts/ci/gitlab/pipeline/test.yml
Please register or sign in to comment