Skip to content

Reduce CI matrix in preparation for repo move #9

Reduce CI matrix in preparation for repo move

Reduce CI matrix in preparation for repo move #9

Workflow file for this run

---
name: Fuzz Testing
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
fuzztest:
name: Fuzz tests short
uses: ./.github/workflows/build-fuzz-reusable.yml
with:
test_label: "fuzz-short"