Skip to content

Commit

Permalink
Update CI to run fuzzer.py with --format describe
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Nov 28, 2024
1 parent 55071bc commit e6b0c46
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/fuzzy-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,17 @@ jobs:
*".${{ matrix.format }}" \
*.cool
- name: Run test (describe)
run: |
test/scripts/fuzzer.py \
--resolution ${{ steps.test-params.outputs.resolution }} \
--duration '${{ steps.test-params.outputs.duration }}' \
--normalization ${{ matrix.normalization }} \
--nproc $(nproc) \
--format describe \
*".${{ matrix.format }}" \
*.cool
fuzzy-testing-status-check:
name: Status Check (fuzzy-testing)
if: ${{ always() }}
Expand Down

0 comments on commit e6b0c46

Please sign in to comment.