Skip to content

fix: pea2pea's Disconnect -> OnDisconnect #105

fix: pea2pea's Disconnect -> OnDisconnect

fix: pea2pea's Disconnect -> OnDisconnect #105

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: tests
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: taiki-e/install-action@cargo-hack
- name: Run tests with each feature
run: cargo hack test --each-feature