Check epoch in verify_order_vote_proposal (#13711) #25
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: "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 |