Skip to content

Add explain support for CHbenchmark #297

Add explain support for CHbenchmark

Add explain support for CHbenchmark #297

Workflow file for this run

name: "workflow"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v1
with:
go-version: 1.18.x
- uses: actions/checkout@v2
- name: "format"
run: make format
- name: "test"
run: make test
- name: "build"
run: make build