Skip to content

clog: show underlying cher error_code (#784) #1141

clog: show underlying cher error_code (#784)

clog: show underlying cher error_code (#784) #1141

Workflow file for this run

name: go
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '^1.16'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...