Skip to content

Commit

Permalink
rpcdaemon: enable fuzzer build on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JacekGlen committed Oct 11, 2023
1 parent 6122061 commit 65bc0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@ jobs:
steps:
- checkout_with_submodules
- build_using_conan:
build_type: Debug
build_type: Release
compiler_id: clang
compiler_version: <<pipeline.parameters.clang_version_latest>>
compiler_version: 13
target: rpcdaemon_fuzzer_test
- fuzz-test

Expand Down

0 comments on commit 65bc0ce

Please sign in to comment.