Skip to content

feat: migrate to ini file for runtime config #127

feat: migrate to ini file for runtime config

feat: migrate to ini file for runtime config #127

Workflow file for this run

name: Run go tests
on:
pull_request:
paths:
- "**.go"
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- run: go test ./... -v -count=1 -p 4 -race