Skip to content

fix: update distribution build to trim path #35

fix: update distribution build to trim path

fix: update distribution build to trim path #35

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.17'
- name: Test
run: make test