mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
Add runtime benchmarking suite to all runtimes (#1034)
* Add benchmarking suite to all runtimes * Add `runtime-benchmarks` feature to `test-linux-stable` * Update Cargo.lock * Update Cargo.lock * Update Cargo.lock * "user" instead of "caller" * undo these changes
This commit is contained in:
@@ -126,7 +126,7 @@ test-linux-stable: &test
|
||||
RUSTFLAGS: -Cdebug-assertions=y
|
||||
TARGET: native
|
||||
script:
|
||||
- time cargo test --all --release --verbose --locked
|
||||
- time cargo test --all --release --verbose --locked --features runtime-benchmarks
|
||||
- sccache -s
|
||||
|
||||
|
||||
@@ -281,4 +281,3 @@ deploy-polkasync-kusama:
|
||||
POLKADOT_CI_COMMIT_REF: "${CI_COMMIT_REF}"
|
||||
allow_failure: true
|
||||
trigger: "parity/infrastructure/parity-testnet"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user