mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 01:21:01 +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:
|
with:
|
||||||
fetch-depth: 1
|
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
|
- name: Install minimal stable Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
@@ -52,6 +59,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
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
|
- name: Install minimal stable Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user