Introduce default-members to the workspace root (#1420)

This commit is contained in:
s0me0ne-unkn0wn
2023-09-09 11:35:26 +02:00
committed by GitHub
parent 6b3aa7d23e
commit 9bfb6529d1
5 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ check-try-runtime:
- time cargo check --locked -p parachain-template-node --features try-runtime
# add after https://github.com/paritytech/substrate/pull/14502 is merged
# experimental code may rely on try-runtime and vice-versa
- time cargo check --locked --features try-runtime,experimental
- time cargo check --locked --all --features try-runtime,experimental
cargo-fmt-manifest:
stage: check