Skip to content

build(deps): bump github.com/spf13/cast from 1.5.1 to 1.6.0 #144

build(deps): bump github.com/spf13/cast from 1.5.1 to 1.6.0

build(deps): bump github.com/spf13/cast from 1.5.1 to 1.6.0 #144

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