Skip to content

Fix (xerrors): pushing nil error has no effect #240

Fix (xerrors): pushing nil error has no effect

Fix (xerrors): pushing nil error has no effect #240

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: test
run: go test -race -v -coverprofile=coverage.txt -covermode=atomic ./...
- name: codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}