File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
key : cache-${{ matrix.target }}-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
27
27
- uses : actions-rs/toolchain@v1
28
28
with :
29
- toolchain : nightly
29
+ toolchain : stable
30
30
override : true
31
31
profile : minimal
32
32
- run : cargo install honggfuzz
33
33
if : steps.cache-fuzz.outputs.cache-hit != 'true'
34
34
- run : echo "HFUZZ_RUN_ARGS=\"--run_time 30 --exit_upon_crash -v -f hfuzz_input/${{ matrix.fuzz_target }}/input\"" >> $GITHUB_ENV
35
35
- name : fuzz
36
- run : cd fuzz && cargo +nightly hfuzz run ${{ matrix.fuzz_target }}
36
+ run : cd fuzz && cargo hfuzz run ${{ matrix.fuzz_target }}
37
37
- run : echo "${{ matrix.fuzz_target }}.rs" >executed_${{ matrix.fuzz_target }}
38
38
- uses : actions/upload-artifact@v2
39
39
with :
You can’t perform that action at this time.
0 commit comments