Skip to content

Bump tokio from 1.35.1 to 1.37.0 #80

Bump tokio from 1.35.1 to 1.37.0

Bump tokio from 1.35.1 to 1.37.0 #80

Workflow file for this run

name: Rust Tests
on: [push, pull_request]
jobs:
simple:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
name: Test `cargo check/test/build` on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v3
- run: rustup toolchain install stable --profile minimal --no-self-update
- uses: Swatinem/rust-cache@v2
- run: |
cargo check
cargo test
cargo build --release