mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 01:38:04 +00:00
Invoke cargo build commands with --locked (#2444)
This commit is contained in:
@@ -56,9 +56,9 @@ check-runtime-benchmarks:
|
||||
- .common-refs
|
||||
script:
|
||||
# Check that the node will compile with `runtime-benchmarks` feature flag.
|
||||
- time cargo check --all --features runtime-benchmarks
|
||||
- time cargo check --locked --all --features runtime-benchmarks
|
||||
# Check that parachain-template will compile with `runtime-benchmarks` feature flag.
|
||||
- time cargo check -p parachain-template-node --features runtime-benchmarks
|
||||
- time cargo check --locked -p parachain-template-node --features runtime-benchmarks
|
||||
|
||||
cargo-check-try-runtime:
|
||||
stage: test
|
||||
@@ -71,9 +71,9 @@ cargo-check-try-runtime:
|
||||
artifacts: false
|
||||
script:
|
||||
# Check that the node will compile with `try-runtime` feature flag.
|
||||
- time cargo check --all --features try-runtime
|
||||
- time cargo check --locked --all --features try-runtime
|
||||
# Check that parachain-template will compile with `try-runtime` feature flag.
|
||||
- time cargo check -p parachain-template-node --features try-runtime
|
||||
- time cargo check --locked -p parachain-template-node --features try-runtime
|
||||
|
||||
check-rustdoc:
|
||||
stage: test
|
||||
|
||||
Reference in New Issue
Block a user