Skip to content

build(deps): bump github.com/cockroachdb/pebble from 1.1.0 to 1.1.2 #166

build(deps): bump github.com/cockroachdb/pebble from 1.1.0 to 1.1.2

build(deps): bump github.com/cockroachdb/pebble from 1.1.0 to 1.1.2 #166

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: actions/setup-go@v5
with:
go-version: "1.20"
check-latest: true
cache: true
cache-dependency-path: store/go.sum
- name: run tests
run: nix develop . -c go test ./... -mod=readonly -timeout 8m -race -coverprofile=coverage.txt -covermode=atomic -tags=memdb,goleveldb,rocksdb -v