Skip to content

Bump thiserror from 2.0.7 to 2.0.8 in the patch-dependencies group #936

Bump thiserror from 2.0.7 to 2.0.8 in the patch-dependencies group

Bump thiserror from 2.0.7 to 2.0.8 in the patch-dependencies group #936

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