Skip to content

standardizes make and for loop usage #85

standardizes make and for loop usage

standardizes make and for loop usage #85

Workflow file for this run

name: Run go tests
on:
workflow_call:
push:
branches-ignore:
- main
jobs:
test-go:
name: "Run go tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- run: go test ./... --cover -v -race