Skip to content

Make block ID its own type. #4

Make block ID its own type.

Make block ID its own type. #4

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: 'ubuntu-24.04'
steps:
- uses: actions/setup-go@v5
with:
cache: false
go-version: '1.22'
- uses: actions/checkout@v4
- uses: n8maninger/action-golang-test@v2
with:
args: "-race;-timeout=30m"