Skip to content

debug useful, test, fixed for labels #5

debug useful, test, fixed for labels

debug useful, test, fixed for labels #5

Workflow file for this run

name: Unit Test
on:
push:
branches:
- 'master'
- 'main'
pull_request:
branches:
- 'master'
- 'main'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Run Unit Tests
run: go test -v ./...