mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-06-13 14:39:31 +00:00
fix: unlock cargo-fuzz version
This commit is contained in:
parent
30b0101357
commit
fb6071e72a
6
.github/workflows/fuzz.yml
vendored
6
.github/workflows/fuzz.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install cargo-fuzz
|
||||
run: cargo install cargo-fuzz --locked
|
||||
run: cargo install cargo-fuzz
|
||||
|
||||
- name: Build fuzz target
|
||||
run: cargo fuzz build ${{ matrix.target }}
|
||||
@ -112,7 +112,7 @@ jobs:
|
||||
uses: ./logos-execution-zone/.github/actions/install-logos-blockchain-circuits
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: cargo install cargo-fuzz --locked
|
||||
- run: cargo install cargo-fuzz
|
||||
- name: Reproduce corpus
|
||||
run: |
|
||||
cargo fuzz run ${{ matrix.target }} \
|
||||
@ -159,7 +159,7 @@ jobs:
|
||||
uses: ./logos-execution-zone/.github/actions/install-logos-blockchain-circuits
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: cargo install cargo-fuzz --locked
|
||||
- run: cargo install cargo-fuzz
|
||||
- name: Measure throughput (30 s per target)
|
||||
run: |
|
||||
for target in \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user