Skip to content

Commit

Permalink
download chain spec builder from release
Browse files Browse the repository at this point in the history
  • Loading branch information
runcomet committed Dec 4, 2024
1 parent db4bb53 commit b3a1baa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,10 @@ jobs:
shared-key: "fellowship-cache-tests"

- name: Build
run: cargo test -p chain-spec-generator --release --locked -q --features=runtime-benchmarks
run: |
curl -sL https://github.com/paritytech/polkadot-sdk/releases/download/$CHAIN_SPEC_GENERATOR_RELEASE_VERSION/chain-spec-generator -o chain-spec-generator
chmod +x ./frame-omni-bencher
./frame-omni-bencher --version
env:
RUSTFLAGS: "-C debug-assertions -D warnings"
SKIP_WASM_BUILD: 1
Expand Down

0 comments on commit b3a1baa

Please sign in to comment.