Skip to content

document pgo

document pgo #12

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo test --manifest-path research/Cargo.toml
- run: cargo check --manifest-path fuzz/Cargo.toml
- run: cargo doc