mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
Fix runtime benchmarks CI (#6545)
* debug (ci): ci config [skip ci] * debug (ci): fix runtime benchmarks * fix identity benchmarks * fix utility benchmarks * Revert "debug (ci): ci config [skip ci]" This reverts commit 081b175b5e95604520c79ea4e5822b84ea35ddaa. * change (ci): touch ci config to run CI Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by: Gav Wood <gavin@parity.io>
This commit is contained in:
@@ -263,7 +263,7 @@ test-wasmtime:
|
||||
variables:
|
||||
<<: *default-vars
|
||||
# Enable debug assertions since we are running optimized builds for testing
|
||||
# but still want to have debug assertions.
|
||||
# but still want to have debug assertions.
|
||||
RUSTFLAGS: -Cdebug-assertions=y
|
||||
RUST_BACKTRACE: 1
|
||||
except:
|
||||
@@ -289,7 +289,7 @@ test-runtime-benchmarks:
|
||||
- $DEPLOY_TAG
|
||||
script:
|
||||
- cd bin/node/cli
|
||||
- WASM_BUILD_NO_COLOR=1 time cargo test --release --verbose --features runtime-benchmarks
|
||||
- WASM_BUILD_NO_COLOR=1 time cargo test --workspace --release --verbose --features runtime-benchmarks
|
||||
- sccache -s
|
||||
|
||||
test-linux-stable-int:
|
||||
|
||||
Reference in New Issue
Block a user