Skip to content

Commit

Permalink
Add CI check for building the testnet chainspec
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed May 14, 2024
1 parent 8cfc908 commit 4ff85c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/then.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@ jobs:
steps:
- install-dependencies-and-checkout
- run: cargo doc --no-deps
check-testnet-chainspec:
machine:
image: ubuntu-2204:2022.10.2
resource_class: xlarge
steps:
- install-dependencies-and-checkout
- run: cargo run -p entropy -- build-spec --raw --chain testnet > /dev/null 2>&1

parameters:
crates:
Expand Down Expand Up @@ -172,6 +179,9 @@ workflows:
- << pipeline.parameters.pallets >>
- << pipeline.parameters.runtime >>
- pipeline.parameters.crates
chainspec:
jobs:
- check-testnet-chainspec
documentation:
jobs:
- check-doc-build

0 comments on commit 4ff85c0

Please sign in to comment.