Skip to content

revamping reviewers #145

revamping reviewers

revamping reviewers #145

Workflow file for this run

name: test-unit
on:
pull_request: {}
jobs:
unit:
name: unit
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.19
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: make test
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out