We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e745b24 commit adb916fCopy full SHA for adb916f
.github/workflows/coverage.yml
@@ -27,7 +27,7 @@ jobs:
27
-DCMAKE_C_COMPILER=clang \
28
-DCMAKE_CXX_COMPILER=clang++ \
29
-DHTTP_BUILD_FUZZERS=ON
30
- cmake --build build --target request_parser --parallel
+ cmake --build build --target request_parser response_parser --parallel
31
32
- name: Extract corpus
33
run: |
0 commit comments