Skip to content

feat ✨: added the best feature of this repo #23

feat ✨: added the best feature of this repo

feat ✨: added the best feature of this repo #23

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 ./...