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

Commit

Permalink
Adjust feature flags for check-dependent-polkadot
Browse files Browse the repository at this point in the history
  • Loading branch information
Mira Ressel committed Apr 14, 2023
1 parent ab5641e commit 201659a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ check-dependent-polkadot:
COMPANION_OVERRIDES: |
substrate: polkadot-v*
polkadot: release-v*
# enable the same feature flags as polkadot's test-linux-stable
COMPANION_CHECK_COMMAND: >
cargo check --locked --all-targets --workspace
--features=runtime-benchmarks,runtime-metrics,try-runtime
rules:
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ #PRs

Expand Down

0 comments on commit 201659a

Please sign in to comment.