Skip to content

Improve build CI process #468

Improve build CI process

Improve build CI process #468

Workflow file for this run

name: Test
on: pull_request
jobs:
test:
name: Unit Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.18.3'
- name: Test
run: make test