mirror of https://github.com/dirtbags/moth.git
Remove github workflow
This commit is contained in:
parent
bb41697ba6
commit
b6eea388d9
|
@ -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 ./...
|
Loading…
Reference in New Issue