Skip to content

Do not allow records to share host with a CNAME record #37

Do not allow records to share host with a CNAME record

Do not allow records to share host with a CNAME record #37

Workflow file for this run

name: Unit tests
on:
pull_request:
workflow_dispatch:
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.22'
- uses: actions/checkout@v3
- run: make test-unit