Skip to content

chore: separate gc and convert #519

chore: separate gc and convert

chore: separate gc and convert #519

Workflow file for this run

name: Unit Test
on:
push:
branches: [ '*' ]
paths-ignore: [ '**.md', '**/misc/**', '**/script/**']
pull_request:
branches: [ main ]
paths-ignore: [ '**.md', '**/misc/**', '**/script/**']
jobs:
unit_test:
runs-on: ubuntu-latest
env:
GO_VERSION: 1.18
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install Golang
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- name: Build Accel
run: |
go test -v -count=1 ./pkg/...