Skip to content

Commit

Permalink
TEMP debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed May 19, 2020
1 parent c8389d4 commit 053b18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
uses: actions/download-artifact@v1
with:
name: fuzz-targets
- run: ls -al
- name: "Run `${{matrix.fuzz_target}}` fuzz target"
# Note: 300 seconds = 5 minutes.
run: ./${{matrix.fuzz_target}} ./corpora/${{matrix.fuzz_target}} -max_total_time=300
Expand Down

0 comments on commit 053b18e

Please sign in to comment.