Skip to content

add crc checksums to sstables #40

add crc checksums to sstables

add crc checksums to sstables #40

Workflow file for this run

name: unit-test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22
- name: Go vet
run: make vet
- name: Unit Test
run: make unit-test
- name: Example Test
run: make example-test