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

Commit

Permalink
enable runtime metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
tdimitrov committed Mar 23, 2023
1 parent 141eb99 commit 6831f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build-linux-stable:
# Ensure we run the UI tests.
RUN_UI_TESTS: 1
script:
- time cargo build --profile testnet --features pyroscope --verbose --bin polkadot
- time cargo build --profile testnet --features pyroscope,runtime-metrics --verbose --bin polkadot
# pack artifacts
- mkdir -p ./artifacts
- VERSION="${CI_COMMIT_REF_NAME}" # will be tag or branch name
Expand Down

0 comments on commit 6831f82

Please sign in to comment.