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:
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue