fluffy/.github/workflows/build+test.yml

21 lines
293 B
YAML
Raw Normal View History

2021-02-02 20:05:46 -07:00
name: Build/Test
on:
push:
2021-02-02 20:17:45 -07:00
branches:
2021-02-02 20:24:24 -07:00
- master
2021-02-02 20:16:51 -07:00
- main
2021-02-02 20:18:25 -07:00
pull_request:
2021-02-02 20:24:24 -07:00
branches:
2021-02-02 20:16:51 -07:00
- master
2021-02-02 20:05:46 -07:00
- main
jobs:
test:
2021-02-02 20:24:24 -07:00
name: Build+test mothd
2021-02-02 20:05:46 -07:00
runs-on: ubuntu-latest
steps:
2021-02-02 20:08:43 -07:00
- uses: actions/checkout@v2
2021-02-02 20:28:01 -07:00
- name: Build+test
run: make test