Skip to content

fix: Fix config file handle closing and run cross platform unit tests #2841

fix: Fix config file handle closing and run cross platform unit tests

fix: Fix config file handle closing and run cross platform unit tests #2841

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- name: Test
run: go test -race -cover ./... ./docs/mock_example