Skip to content

Backup Geyser memory worker now pulls addresses from DB #10

Backup Geyser memory worker now pulls addresses from DB

Backup Geyser memory worker now pulls addresses from DB #10

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.23.x
- name: Test
run: make test