Skip to content

Implement censored consumer and migratable QUIC dialing #18

Implement censored consumer and migratable QUIC dialing

Implement censored consumer and migratable QUIC dialing #18

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy,rustfmt
- uses: Swatinem/rust-cache@v2
- run: cargo fmt --check
- run: cargo test --locked
- run: cargo clippy --locked --all-targets -- -D warnings