Skip to content

Extract magic numbers to constants and add test coverage #43

Extract magic numbers to constants and add test coverage

Extract magic numbers to constants and add test coverage #43

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build-and-test:
runs-on: new
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: go build ./cmd/netalchemy
- name: Unit Tests
run: go test ./...