Skip to content

Update documentation to reflect page index inclusion in file checksum #191

Update documentation to reflect page index inclusion in file checksum

Update documentation to reflect page index inclusion in file checksum #191

Workflow file for this run

name: "Unit Test"
on: ["push"]
jobs:
build:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.24'
- name: Run unit tests
run: go test -v ./...
- name: Build binary
run: go install ./cmd/ltx