Update build+test workflow

This commit is contained in:
Neale Pickett 2021-02-02 20:08:43 -07:00
parent 7ed3258510
commit 522ce4d695
1 changed files with 1 additions and 6 deletions

View File

@ -4,19 +4,14 @@ on:
push:
branches:
- main
tags:
- 'v*.*.*'
jobs:
test:
name: Test mothd
runs-on: ubuntu-latest
steps:
- name: Retrieve code
uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: Build
run: make
- name: Test
run: ./test.sh