Skip to content

Commit 093706e

Browse files
authored
Fix Fuzzer workflow (#2232)
* Update honggfuzz * [Temporarily] Run fuzzer on PR * Reduce fuzzer run time * Add final settings
1 parent 8a63a23 commit 093706e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/fuzzer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
schedule:
44
# At the end of every day
55
- cron: "0 0 * * *"
6+
workflow_dispatch:
7+
68
jobs:
79
run-fuzzers:
810
runs-on: ubuntu-latest

fuzzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ members = ["."]
1414
[dependencies]
1515
arbitrary = { version = "1.3.0", features = ["derive"] }
1616
cairo-vm = { path = "../vm", features = ["test_utils"] }
17-
honggfuzz = "0.5.55"
17+
honggfuzz = "=0.5.58"
1818
libfuzzer-sys = "0.4"
1919
num-bigint = "0.4"
2020
pyo3 = { version = "0.19.2", features = ["extension-module"] }

0 commit comments

Comments
 (0)