Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Add runtime benchmarking suite to all runtimes #1034

Merged
merged 8 commits into from
Apr 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -281,4 +281,3 @@ deploy-polkasync-kusama:
POLKADOT_CI_COMMIT_REF: "${CI_COMMIT_REF}"
allow_failure: true
trigger: "parity/infrastructure/parity-testnet"

Loading