Skip to content

Bump github.com/txn2/txeh from 1.3.0 to 1.4.0 #136

Bump github.com/txn2/txeh from 1.3.0 to 1.4.0

Bump github.com/txn2/txeh from 1.3.0 to 1.4.0 #136

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.20' ]
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 ./...