Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial fuzzit orb version #1

Merged
merged 5 commits into from Nov 10, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

add full path to fuzzit.sh

  • Loading branch information
yevgenypats committed Nov 10, 2019
commit 8c02297bff152fe394dfd21093d371b8ffc4fe2c
@@ -4,4 +4,4 @@ steps:
- download
- run:
name: Run fuzzing (submit fuzzers to fuzzit.dev)
command: fuzzit.sh fuzzing
command: ./fuzzit.sh fuzzing
@@ -4,4 +4,4 @@ steps:
- download
- run:
name: Run local fuzzing regression
command: fuzzit.sh local-regression
command: ./fuzzit.sh local-regression
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.