Skip to content

fix(clickhouse): Add replacing merge tree for gossipsub_beacon_block #965

fix(clickhouse): Add replacing merge tree for gossipsub_beacon_block

fix(clickhouse): Add replacing merge tree for gossipsub_beacon_block #965

Workflow file for this run

name: Go Test
on:
pull_request:
workflow_dispatch:
branches: [ '**' ]
jobs:
full_ci:
strategy:
matrix:
go_version: [ 1.22.x ]
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go_version }}
- name: run tests
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/golang-test-annotations@v0.6.0
with:
test-results: test.json