fix: unlock cargo-fuzz version

This commit is contained in:
Roman
2026-05-07 13:59:19 +08:00
parent 30b0101357
commit fb6071e72a
+3 -3
View File
@@ -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 \