Skip to content

fix 🐛: revert c74a33a #18

fix 🐛: revert c74a33a

fix 🐛: revert c74a33a #18

Workflow file for this run

name: Go Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.6'
- name: Run tests with coverage
run: |
go test -coverprofile=coverage.out ./...