Skip to content

Update Rust crate tokio-tungstenite to 0.23.0 #82

Update Rust crate tokio-tungstenite to 0.23.0

Update Rust crate tokio-tungstenite to 0.23.0 #82

Workflow file for this run

name: Test
on: [ push ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-12]
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Format
run: cargo fmt -- --check
- name: Lint
run: cargo clippy -- --no-deps
- name: Build
run: cargo build
- name: Test
run: cargo test