Revert "fuzz: add rust fuzz targets to highend fuzz artifact" #45
This file contains 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: On Main Push | |
on: | |
push: | |
branches: | |
- main | |
- next | |
workflow_dispatch: | |
jobs: | |
test-unit: | |
name: Unit Tests with Sanitizers Enabled | |
uses: ./.github/workflows/_test_unit_with_sanitizers.yml | |
secrets: inherit | |
test-fuzz-regressions: | |
name: Test for Fuzzing Regressions | |
uses: ./.github/workflows/_test_fuzz_regressions.yml | |
secrets: inherit | |
build-frankendancer: | |
name: Build Frankendancer | |
uses: ./.github/workflows/build_everything.yml | |
test-functional: | |
name: Functional Tests | |
uses: ./.github/workflows/functional_tests.yml | |
publish-to-clusterfuzz: | |
name: Publish to Clusterfuzz | |
uses: ./.github/workflows/_publish_to_clusterfuzz.yml | |
secrets: inherit | |
whitespace-check: | |
name: Check for Whitespaces | |
uses: ./.github/workflows/trailing_whitespace.yml |