Rm calls to mock_attest_validate in staking pallet test as fn is now … #585
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Check chainspecs" | |
on: ["push"] | |
jobs: | |
check-chainspecs: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Install dependencies | |
uses: ./.github/actions/install-dependencies/ | |
- name: Check chainspecs | |
run: | | |
cargo run -p entropy -- build-spec --raw --chain dev > chainspec-dev-raw.json | |
cargo run -p entropy -- build-spec --raw --chain integration-tests > chainspec-integration-raw.json | |
cargo run -p entropy -- build-spec --raw --chain testnet > chainspec-testnet-raw.json |