Remove github workflow

This commit is contained in:
Neale Pickett 2021-11-05 14:30:06 -06:00
parent bb41697ba6
commit b6eea388d9
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
name: Test
jobs:
test-mothd:
name: Test mothd
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Retrieve code
uses: actions/checkout@v2
- name: Test
run: go test ./...