Skip to content

Skip reading environment variables for types that dont implement Text… #23

Skip reading environment variables for types that dont implement Text…

Skip reading environment variables for types that dont implement Text… #23

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