Skip to content

Commit

Permalink
Merge remote-tracking branch 'source/release-polkadot-v1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Jul 23, 2024
2 parents 20f95ec + e51a91f commit 8b5c81f
Show file tree
Hide file tree
Showing 70 changed files with 3,868 additions and 246 deletions.
11 changes: 11 additions & 0 deletions .gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,17 @@ check-tracing:
- time cargo test --locked --manifest-path ./substrate/primitives/tracing/Cargo.toml --no-default-features
- time cargo test --locked --manifest-path ./substrate/primitives/tracing/Cargo.toml --no-default-features --features=with-tracing

# Check that `westend-runtime` compiles with the `metadata-hash` feature enabled.
check-metadata-hash:
stage: test
extends:
- .docker-env
- .common-refs
- .run-immediately
- .pipeline-stopper-artifacts
script:
- time cargo build --locked -p westend-runtime --features metadata-hash

# more information about this job can be found here:
# https://github.com/paritytech/substrate/pull/3778
test-full-crypto-feature:
Expand Down
Loading

0 comments on commit 8b5c81f

Please sign in to comment.