Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
forgot target
  • Loading branch information
me committed Jul 8, 2025
commit cdc23fef4f1c430d1f45e5f67f412358fcc9a92a
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
-DCMAKE_C_COMPILER=clang \
-DCMAKE_CXX_COMPILER=clang++ \
-DHTTP_BUILD_FUZZERS=ON
cmake --build build --target request_parser response_parser sha1 --parallel
cmake --build build --target request_parser response_parser sha1 base64 --parallel

- name: Extract corpus
run: |
Expand Down
Loading