Skip to content

test: added unit tests for new colors and Log method #6

test: added unit tests for new colors and Log method

test: added unit tests for new colors and Log method #6

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Run tests
run: go test ./...