cleanup
This commit is contained in:
parent
259e904c64
commit
6251a039ee
25
.github/workflows/fuzz-smoke.yml
vendored
25
.github/workflows/fuzz-smoke.yml
vendored
@ -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
3
.gitignore
vendored
@ -31,3 +31,6 @@ demo/fs_data/
|
||||
demo/.demo_state/
|
||||
demo/creds/
|
||||
demo/test_bucket/
|
||||
|
||||
# Workflow kept locally only (not versioned)
|
||||
.github/workflows/fuzz-smoke.yml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user