Skip to content

build(deps): bump actions/checkout from 3 to 4 (#91) #141

build(deps): bump actions/checkout from 3 to 4 (#91)

build(deps): bump actions/checkout from 3 to 4 (#91) #141

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