Skip to content

Updated tokio to latest version #19

Updated tokio to latest version

Updated tokio to latest version #19

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
paths-ignore:
- '.github/workflows/publish.yml'
- '.github/workflows/release.yml'
- '**README.md'
- '.vscode/**'
- '.gitignore'
- 'LICENSE'
merge_group:
jobs:
tests-package:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Rust tooling
uses: dtolnay/rust-toolchain@stable
- name: Cache rust
uses: Swatinem/rust-cache@v2
- name: Test Rust
run: cargo test