This commit is contained in:
everbarry 2026-05-07 22:46:07 +02:00
parent 259e904c64
commit 6251a039ee
2 changed files with 3 additions and 25 deletions

View File

@ -1,25 +0,0 @@
name: fuzz-smoke
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
jobs:
libfuzzer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo-fuzz
uses: taiki-e/install-action@cargo-fuzz
- name: Build fuzz targets (no sanitizer — stable)
run: cargo fuzz build -s none
working-directory: ${{ github.workspace }}
- name: Smoke all libFuzzer targets
run: bash scripts/fuzz-libfuzzer.sh
working-directory: ${{ github.workspace }}
env:
FUZZ_RUNS: "2000"

3
.gitignore vendored
View File

@ -31,3 +31,6 @@ demo/fs_data/
demo/.demo_state/ demo/.demo_state/
demo/creds/ demo/creds/
demo/test_bucket/ demo/test_bucket/
# Workflow kept locally only (not versioned)
.github/workflows/fuzz-smoke.yml