Skip to content

Commit

Permalink
Enable assertions for short-benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Apr 8, 2024
1 parent 76a8b0c commit 95b0e36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ build-short-benchmark:
- .common-refs
- .run-immediately
- .collect-artifacts
variables:
RUSTFLAGS: "-C debug-assertions"
WASM_BUILD_NO_COLOR: 1
WASM_BUILD_RUSTFLAGS: "-C debug-assertions"
script:
- cargo build --profile release --locked --features=runtime-benchmarks,on-chain-release-build --bin polkadot --workspace
- mkdir -p artifacts
Expand Down

0 comments on commit 95b0e36

Please sign in to comment.