Skip to content

feat/block event indexer preprocessing and bulk insert #15

feat/block event indexer preprocessing and bulk insert

feat/block event indexer preprocessing and bulk insert #15

Workflow file for this run

name: go-test
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- main
env:
GO_VERSION: '^1.19'
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/checkout@v3
- name: test code
run: |
echo "No tests yet"