Skip to content

feat: download binary instead of build binary #8

feat: download binary instead of build binary

feat: download binary instead of build binary #8

Workflow file for this run

name: go unit test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
go_unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Run coverage
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic