Skip to content

fd_verify: insert verified txs only in pre-dedup tcache #48

fd_verify: insert verified txs only in pre-dedup tcache

fd_verify: insert verified txs only in pre-dedup tcache #48

Workflow file for this run

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