Skip to content

Use main config methods in tests, move config auto load tests to entr… #9

Use main config methods in tests, move config auto load tests to entr…

Use main config methods in tests, move config auto load tests to entr… #9

Workflow file for this run

name: Test library
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-tags: true
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Test with the Go CLI
run: go test -v