mirror of https://github.com/dirtbags/fluffy.git
Update build+test workflow
This commit is contained in:
parent
7ed3258510
commit
522ce4d695
|
@ -4,19 +4,14 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
tags:
|
|
||||||
- 'v*.*.*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Test mothd
|
name: Test mothd
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Retrieve code
|
- uses: actions/checkout@v2
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./test.sh
|
run: ./test.sh
|
||||||
|
|
Loading…
Reference in New Issue