We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a63a23 commit 093706eCopy full SHA for 093706e
.github/workflows/fuzzer.yml
@@ -3,6 +3,8 @@ on:
3
schedule:
4
# At the end of every day
5
- cron: "0 0 * * *"
6
+ workflow_dispatch:
7
+
8
jobs:
9
run-fuzzers:
10
runs-on: ubuntu-latest
fuzzer/Cargo.toml
@@ -14,7 +14,7 @@ members = ["."]
14
[dependencies]
15
arbitrary = { version = "1.3.0", features = ["derive"] }
16
cairo-vm = { path = "../vm", features = ["test_utils"] }
17
-honggfuzz = "0.5.55"
+honggfuzz = "=0.5.58"
18
libfuzzer-sys = "0.4"
19
num-bigint = "0.4"
20
pyo3 = { version = "0.19.2", features = ["extension-module"] }
0 commit comments