Skip to content

handle double client removal by logging instead of panicking #34

handle double client removal by logging instead of panicking

handle double client removal by logging instead of panicking #34

Workflow file for this run

name: Rust Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run all integration tests
run: |
cargo test