Skip to content

update peers

update peers #35

Workflow file for this run

name: Test Syncing
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-**"
branches:
- master
permissions:
contents: read
concurrency:
group: sync
cancel-in-progress: true
jobs:
sync:
runs-on: syncer
timeout-minutes: 600
strategy:
fail-fast: false
matrix:
network: [zen, anagami]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Go
uses: actions/setup-go@v5
- name: Sync
run: |
go run ./internal/cmd/sync/main.go --log.level=debug --network ${{ matrix.network }} --github.ref ${{ github.sha }}