Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #197

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #197

Workflow file for this run

name: Test (master)
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [ '1.21' ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go_version }}
- name: Run tests
shell: script -q -e -c "bash {0}"
run: |
export TERM=xterm
go test -v -cover -tags=ci ./...