mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 16:57:58 +00:00
ci: cache seed in fuzzer job (#3885)
* ci: cache seed in fuzzer job * change id based on binary
This commit is contained in:
+14
@@ -13,6 +13,13 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Cache Seed
|
||||
id: cache-seed-round-trip
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: erasure-coding/fuzzer/hfuzz_workspace
|
||||
key: ${{ runner.os }}-erasure-coding
|
||||
|
||||
- name: Install minimal stable Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
@@ -52,6 +59,13 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Cache Seed
|
||||
id: cache-seed-reconstruct
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: erasure-coding/fuzzer/hfuzz_workspace
|
||||
key: ${{ runner.os }}-erasure-coding
|
||||
|
||||
- name: Install minimal stable Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user