Skip to content

fix: Fix pbss snapshot inconsistency with engine-sync enabled when starting #907

fix: Fix pbss snapshot inconsistency with engine-sync enabled when starting

fix: Fix pbss snapshot inconsistency with engine-sync enabled when starting #907

Workflow file for this run

name: Unit Test
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main, develop]
jobs:
unit_test:
name: unit_test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: |
git apply tests/0001-diff-go-ethereum.patch
make test