Skip to content

Fix panic on macOS with null pointer in TXT record #6

Fix panic on macOS with null pointer in TXT record

Fix panic on macOS with null pointer in TXT record #6

Workflow file for this run

name: Pull Requests
on:
pull_request:
branches: [ '**' ]
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
secrets: inherit
test:
name: Cargo Test
uses: ./.github/workflows/test.yml
secrets: inherit