Skip to content

Merge pull request #119 from iotaledger/feat/blockmetadata-stream #586

Merge pull request #119 from iotaledger/feat/blockmetadata-stream

Merge pull request #119 from iotaledger/feat/blockmetadata-stream #586

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