Skip to content

Bump mshick/add-pr-comment from 2 to 3 #40

Bump mshick/add-pr-comment from 2 to 3

Bump mshick/add-pr-comment from 2 to 3 #40

Workflow file for this run

name: Fuzz
on: [push, pull_request]
jobs:
fuzz-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
submodules: true
- uses: dtolnay/rust-toolchain@nightly
- run: cargo install cargo-fuzz
- run: cargo fuzz build