Skip to content

Add new BlockIssuance function to NodeBridge #580

Add new BlockIssuance function to NodeBridge

Add new BlockIssuance function to NodeBridge #580

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Run tests
run: go test ./... -tags rocksdb