mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-06-07 11:39:30 +00:00
fix: add circuits dir
This commit is contained in:
parent
1cda357e47
commit
5b39131150
9
.github/workflows/fuzz.yml
vendored
9
.github/workflows/fuzz.yml
vendored
@ -56,6 +56,9 @@ jobs:
|
||||
target
|
||||
key: fuzz-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Create logos-blockchain-circuits placeholder (dev mode)
|
||||
run: mkdir -p ~/.logos-blockchain-circuits
|
||||
|
||||
- name: Install cargo-fuzz
|
||||
run: cargo install cargo-fuzz --locked
|
||||
|
||||
@ -103,6 +106,8 @@ jobs:
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
with:
|
||||
components: llvm-tools-preview
|
||||
- name: Create logos-blockchain-circuits placeholder (dev mode)
|
||||
run: mkdir -p ~/.logos-blockchain-circuits
|
||||
- run: cargo install cargo-fuzz --locked
|
||||
- name: Reproduce corpus
|
||||
run: |
|
||||
@ -123,6 +128,8 @@ jobs:
|
||||
- name: Symlink logos-execution-zone to sibling directory
|
||||
run: ln -s "$GITHUB_WORKSPACE/logos-execution-zone" "$GITHUB_WORKSPACE/../logos-execution-zone"
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- name: Create logos-blockchain-circuits placeholder (dev mode)
|
||||
run: mkdir -p ~/.logos-blockchain-circuits
|
||||
- run: cargo test -p fuzz_props --release
|
||||
|
||||
# ── Performance baseline (nightly only) ─────────────────────────────────────
|
||||
@ -142,6 +149,8 @@ jobs:
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
with:
|
||||
components: llvm-tools-preview
|
||||
- name: Create logos-blockchain-circuits placeholder (dev mode)
|
||||
run: mkdir -p ~/.logos-blockchain-circuits
|
||||
- run: cargo install cargo-fuzz --locked
|
||||
- name: Measure throughput (30 s per target)
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user