Skip to content

Add a Mock backend and Port::open_mock() methods to use it #86

Add a Mock backend and Port::open_mock() methods to use it

Add a Mock backend and Port::open_mock() methods to use it #86

Workflow file for this run

name: Security Audit
on:
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}