Skip to content

build(deps): bump github.com/shoenig/test from 0.6.6 to 0.6.7 #154

build(deps): bump github.com/shoenig/test from 0.6.6 to 0.6.7

build(deps): bump github.com/shoenig/test from 0.6.6 to 0.6.7 #154

Workflow file for this run

name: Run CI Tests
on: [push]
jobs:
run-tests:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- ubuntu-20.04
- macos-12
- windows-2022
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-golang@v1
with:
version-file: go.mod
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
skip-cache: true
- name: Run Go Test
run: |
go test -race -v ./...