add additional complexity to the fuzzer (#874)

add some more fuzzing options and a subcommand
This commit is contained in:
Philip Top
2023-06-14 14:43:31 -07:00
committed by GitHub
parent 0700bc1ac6
commit f47ab71313
13 changed files with 306 additions and 20 deletions

View File

@@ -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

View File

@@ -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: