Skip to content

fix(dns): allow DoH nameserver inputs in set commands #81

fix(dns): allow DoH nameserver inputs in set commands

fix(dns): allow DoH nameserver inputs in set commands #81

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: '1.26.x'
- name: Setup gotestfmt
uses: gotesttools/gotestfmt-action@v2
with:
token: ${{ github.token }}
- name: Run Go tests (formatted)
shell: bash
run: |
set -o pipefail
go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
- name: Verify generated docs
run: make docs-check
- name: Coverage gap report
run: make coverage-gaps-check
- name: Upload coverage gap artifacts
uses: actions/upload-artifact@v7
with:
name: coverage-gaps
path: coverage/