Skip to content

Commit

Permalink
Fix the name of the fuzz target to upload.
Browse files Browse the repository at this point in the history
Issue #256
  • Loading branch information
jaqx0r committed Aug 20, 2019
1 parent d8601c8 commit 79bbe15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
clang-9 -fsanitize=fuzzer fuzzer.a -o fuzzer
- run: |
./fuzzit auth $FUZZIT_API_KEY
./fuzzit create job --type fuzzing --branch ${CIRCLE_BRANCH} --revision ${CIRCLE_SHA1} internal/vm internal/vm/fuzzer
./fuzzit create job --type fuzzing --branch ${CIRCLE_BRANCH} --revision ${CIRCLE_SHA1} mtail/internal-vm internal/vm/fuzzer
# tag-filter ensures that jobs run for version-tagged changes as well as
# regular commits. Use for all normal build and test and stats (coverage)
Expand Down

0 comments on commit 79bbe15

Please sign in to comment.