Skip to content

Use tokio's testing feature to advance time of rate limitter #228

Use tokio's testing feature to advance time of rate limitter

Use tokio's testing feature to advance time of rate limitter #228

Workflow file for this run

name: Security audit
on:
pull_request:
paths:
- '.github/workflows/audit.yml'
- '**/Cargo.*'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo install cargo-audit
- run: cargo audit