Skip to content

update changelog (#427) #667

update changelog (#427)

update changelog (#427) #667

Workflow file for this run

name: go-test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Update coverage report
uses: ncruces/go-coverage-report@21fa4b59396f242b81896a3cd212a463589b6742
with:
report: 'false'
chart: 'true'
amend: 'false'