Skip to content

Security and performance hardening from rust-engineer audit #15

Security and performance hardening from rust-engineer audit

Security and performance hardening from rust-engineer audit #15

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo clippy --all-targets -- -D warnings