Skip to content

build(deps): bump github.com/linxGnu/grocksdb from 1.8.0 to 1.8.12 #149

build(deps): bump github.com/linxGnu/grocksdb from 1.8.0 to 1.8.12

build(deps): bump github.com/linxGnu/grocksdb from 1.8.0 to 1.8.12 #149

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
Test:
runs-on: ubuntu-latest
container: ghcr.io/cosmos/cosmos-db/build-test:latest
steps:
- uses: actions/checkout@v4
- name: run tests
run: go test ./... -mod=readonly -timeout 8m -race -coverprofile=coverage.txt -covermode=atomic -tags=memdb,goleveldb,rocksdb -v