Skip to content

Removed the Receipts and NodeData fetch and validation in the downloader #721

Removed the Receipts and NodeData fetch and validation in the downloader

Removed the Receipts and NodeData fetch and validation in the downloader #721

Workflow file for this run

name: Test on PR
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19'
- name: test
run: go test ./...