diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index e21216bd..b33e4250 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -88,4 +88,13 @@ jobs: - name: test shell: cmd working-directory: build_libzmq - run: ctest -C "%Configuration%" \ No newline at end of file + run: ctest -C "%Configuration%" + Fuzzing: + runs-on: ubuntu-latest + steps: + - name: Build Fuzzers + id: build + uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master + with: + oss-fuzz-project-name: 'libzmq' + dry-run: false