Skip to content

build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.7.0 (… #122

build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.7.0 (…

build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.7.0 (… #122

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@v3
- name: run tests
run: go test ./... -mod=readonly -timeout 8m -race -coverprofile=coverage.txt -covermode=atomic -tags=memdb,goleveldb,rocksdb -v