mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-13 18:35:09 -07:00
Remove github workflow
This commit is contained in:
parent
bb41697ba6
commit
b6eea388d9
1 changed files with 0 additions and 17 deletions
17
.github/workflows/build+test.yml
vendored
17
.github/workflows/build+test.yml
vendored
|
@ -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 a new issue