Skip to content

Commit

Permalink
run all fuzz tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jouho committed Dec 6, 2024
1 parent e8eab3a commit 73359f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebuild/spec/buildspec_fuzz_scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ phases:
# -L: Restrict tests to labels matching the pattern 'fuzz'
# -R: Run the single fuzz test defined in ${FUZZ_TESTS}
# --timeout: override ctest's default timeout of 1500
- cmake --build build/ --target test -- ARGS="-L fuzz -R ${FUZZ_TESTS} --output-on-failure -j $(nproc) --timeout 28800"
- cmake --build build/ --target test -- ARGS="-L fuzz --output-on-failure -j $(nproc) --timeout 28800"
- ./tests/fuzz/calcTotalCov.sh

artifacts:
Expand Down

0 comments on commit 73359f0

Please sign in to comment.