Skip to content

util: gTLD data autopull updates for 2023-09-30T15:11:25 UTC (#1864) #78

util: gTLD data autopull updates for 2023-09-30T15:11:25 UTC (#1864)

util: gTLD data autopull updates for 2023-09-30T15:11:25 UTC (#1864) #78

Workflow file for this run

name: Test
on: [push, pull_request]
permissions:
contents: read
jobs:
make-test:
name: Unit tests
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 'stable'
- name: Run Go unit tests
run: go test tools/*.go
- name: Install dependencies
run: sudo apt install -y autopoint
- name: Run makefile tests
run: make test