From 44ddbe3484029bf42c33928ac1dd7d9a5c8cee84 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 2 May 2024 16:08:05 +1000 Subject: [PATCH] CI: Run fuzzer daily Update the `fuzz/generate-files.sh` script to mimic that in `rust-bitcoin` and generate a new fuzz job that runs the fuzz tests daily for an hour. Run the fuzz job the time that `rust-bitcoin` fuzz job finishes - I don't know if that matters. I still don't know if there are org wide limits or just repo limits but it doesn't hurt to run at a different time. --- .../{fuzz.yml => cron-daily-fuzz.yml} | 0 fuzz/Cargo.toml | 3 ++- fuzz/generate-files.sh | 27 ++++++++++--------- 3 files changed, 16 insertions(+), 14 deletions(-) rename .github/workflows/{fuzz.yml => cron-daily-fuzz.yml} (100%) diff --git a/.github/workflows/fuzz.yml b/.github/workflows/cron-daily-fuzz.yml similarity index 100% rename from .github/workflows/fuzz.yml rename to .github/workflows/cron-daily-fuzz.yml diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index c4b76a35d..2e2a071c5 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "descriptor-fuzz" -edition = "2018" +edition = "2021" +rust-version = "1.56.1" version = "0.0.1" authors = ["Generated by fuzz/generate-files.sh"] publish = false diff --git a/fuzz/generate-files.sh b/fuzz/generate-files.sh index daa221eca..395472218 100755 --- a/fuzz/generate-files.sh +++ b/fuzz/generate-files.sh @@ -11,7 +11,8 @@ source "$REPO_DIR/fuzz/fuzz-util.sh" cat > "$REPO_DIR/fuzz/Cargo.toml" < "$REPO_DIR/.github/workflows/fuzz.yml" <executed_\${{ matrix.fuzz_target }}