Skip to content

Commit

Permalink
add fuzzer-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gedigi committed Jun 15, 2024
1 parent 2823f2e commit f6c1f9f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/fuzzer-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: "Fuzzers test"

on:
pull_request:
types: [labeled, opened, synchronize, reopened, auto_merge_enabled]
push:
branches:
- main
workflow_dispatch:

jobs:
test-fuzzers:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install Dependencies
shell: bash
run: |
scripts/dev_setup.sh -b
- name: Test Fuzzers
shell: bash
run: |
cd testsuite/fuzzer && ./fuzz.sh test

0 comments on commit f6c1f9f

Please sign in to comment.