Skip to content

Rm calls to mock_attest_validate in staking pallet test as fn is now … #585

Rm calls to mock_attest_validate in staking pallet test as fn is now …

Rm calls to mock_attest_validate in staking pallet test as fn is now … #585

name: "Test: check runtime benchmarks"
on: ["push"]
jobs:
test-runtime-benchmarks:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/install-dependencies/
- name: Check runtime-benchmarks
run: |
pushd node && cargo check --features=runtime-benchmarks