Report device fp support via config rather than extension string. #664
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| 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" |