File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,7 @@ jobs:
214
214
~/.cargo/registry/cache/
215
215
~/.cargo/git/db/
216
216
target/
217
+ fuzz/target/
217
218
key : ${{ runner.os }}-cargo-fuzz-${{ hashFiles('**/Cargo.lock') }}
218
219
restore-keys : ${{ runner.os }}-cargo-fuzz-
219
220
- name : Checkout Submodules
@@ -227,12 +228,12 @@ jobs:
227
228
uses : actions-rs/cargo@v1
228
229
with :
229
230
command : fuzz
230
- args : run translate -j 2 -- -max_total_time=60 # 1 minute of fuzzing
231
+ args : run translate -j 2 --verbose -- -max_total_time=60 # 1 minute of fuzzing
231
232
- name : Fuzz Translate (metered)
232
233
uses : actions-rs/cargo@v1
233
234
with :
234
235
command : fuzz
235
- args : run translate -j 2 -- -max_total_time=60 # 1 minute of fuzzing
236
+ args : run translate -j 2 --verbose -- -max_total_time=60 # 1 minute of fuzzing
236
237
237
238
miri :
238
239
name : Miri
You can’t perform that action at this time.
0 commit comments