Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Remove bridge-hub-rococo from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Sep 6, 2024
1 parent 9db2d93 commit 170bccb
Showing 1 changed file with 30 additions and 32 deletions.
62 changes: 30 additions & 32 deletions .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,8 @@ jobs:
-p snowbridge-router-primitives
-p snowbridge-runtime-common
-p snowbridge-runtime-test-common
-p bridge-hub-rococo-runtime
-p bridge-hub-rococo-integration-tests
-p asset-hub-rococo-integration-tests
-p bridge-hub-westend-runtime
-p bridge-hub-westend-integration-tests
-p asset-hub-westend-integration-tests
--
--check
- name: install taplo
Expand Down Expand Up @@ -128,9 +124,33 @@ jobs:
rustup component add rustfmt --toolchain nightly
rustup show
- name: cargo check
run: cargo check --release --verbose --package bridge-hub-westend-runtime --features fast-runtime --features runtime-benchmarks --features try-runtime
run: |
cargo check -p snowbridge-pallet-ethereum-client
-p snowbridge-pallet-inbound-queue
-p snowbridge-pallet-outbound-queue
-p snowbridge-outbound-queue-merkle-tree
-p snowbridge-pallet-system
-p snowbridge-beacon-primitives
-p snowbridge-core
-p snowbridge-ethereum
-p snowbridge-router-primitives
-p snowbridge-runtime-common
- name: clippy
run: cargo clippy --all-features -- -D warnings
run: |
cargo clippy -p snowbridge-pallet-ethereum-client
-p snowbridge-pallet-inbound-queue
-p snowbridge-pallet-outbound-queue
-p snowbridge-outbound-queue-merkle-tree
-p snowbridge-pallet-system
-p snowbridge-beacon-primitives
-p snowbridge-core
-p snowbridge-ethereum
-p snowbridge-router-primitives
-p snowbridge-runtime-common
-p snowbridge-runtime-test-common
-p bridge-hub-westend-runtime
-p bridge-hub-westend-integration-tests
-- -D warnings
test:
needs: check
Expand Down Expand Up @@ -236,41 +256,19 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: setup rust toolchain
run: rustup show
- name: check bridge-hub fast-runtime
- name: check bridge-hub features
run: >
cargo check
--release --verbose
-p bridge-hub-rococo-runtime
-p bridge-hub-westend-runtime
--features fast-runtime
- name: check bridge-hub runtime-benchmarks
run: >
cargo check
--release --verbose
-p bridge-hub-rococo-runtime
-p bridge-hub-westend-runtime
--features runtime-benchmarks
- name: check bridge-hub try-runtime
run: >
cargo check
--release --verbose
-p bridge-hub-rococo-runtime
-p bridge-hub-westend-runtime
--features fast-runtime
--features runtime-benchmarks
--features try-runtime
- name: check bridge-hub all features
run: >
cargo check
--release --verbose
-p bridge-hub-rococo-runtime
-p bridge-hub-westend-runtime
--all-features
- name: check asset-hub all features
- name: check asset-hub
run: >
cargo check
--release --verbose
-p asset-hub-rococo-runtime
-p asset-hub-westend-runtime
--all-features
runtime-tests:
needs: check
Expand Down

0 comments on commit 170bccb

Please sign in to comment.