mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
add additional complexity to the fuzzer (#874)
add some more fuzzing options and a subcommand
This commit is contained in:
4
.github/workflows/fuzz.yml
vendored
4
.github/workflows/fuzz.yml
vendored
@@ -35,12 +35,12 @@ jobs:
|
||||
- name: Build
|
||||
run: cmake --build build -j4
|
||||
|
||||
- name: Test
|
||||
- name: Test_app
|
||||
run: |
|
||||
cd build
|
||||
make QUICK_CLI11_APP_FUZZ
|
||||
|
||||
- name: Test2
|
||||
- name: Test_file
|
||||
run: |
|
||||
cd build
|
||||
make QUICK_CLI11_FILE_FUZZ
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -105,7 +105,7 @@ jobs:
|
||||
|
||||
boost-build:
|
||||
name: Boost build
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user