Skip to content

chore(build): makefile bin sensitivity to go.sum #94

chore(build): makefile bin sensitivity to go.sum

chore(build): makefile bin sensitivity to go.sum #94

Workflow file for this run

on: push
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-go@v4
with:
go-version: "1.17"
- run: go mod download
- run: go test ./...