Skip to content

Bump tokio from 1.40.0 to 1.41.0 #66

Bump tokio from 1.40.0 to 1.41.0

Bump tokio from 1.40.0 to 1.41.0 #66

Workflow file for this run

name: cargo test
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test