Skip to content

Bump tokio from 1.41.1 to 1.42.0 #822

Bump tokio from 1.41.1 to 1.42.0

Bump tokio from 1.41.1 to 1.42.0 #822

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