Skip to content

feat: adds unit test and refactor the code for unit tests #5

feat: adds unit test and refactor the code for unit tests

feat: adds unit test and refactor the code for unit tests #5

Workflow file for this run

name: 🧪 Test
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Git clone the repository
uses: actions/checkout@v3
- name: 📦 Install Go
uses: actions/setup-go@v3
with:
go-version: '1.22'
- name: 🧪 Test
run: go test ./...