CFloor/.github/workflows/test-suite.yml

20 lines
266 B
YAML
Raw Permalink Normal View History

2021-05-05 21:11:00 +00:00
name: Test Suite
2021-04-29 21:03:12 +00:00
on:
push:
2021-04-29 21:05:48 +00:00
branches: [ master ]
2021-04-29 21:03:12 +00:00
pull_request:
2021-04-29 21:05:48 +00:00
branches: [ master ]
2021-04-29 21:03:12 +00:00
jobs:
test:
2021-05-05 21:11:00 +00:00
runs-on: ubuntu-latest
2021-04-29 21:03:12 +00:00
steps:
- uses: actions/checkout@v2
- name: make test
run: make test
- name: run tests
run: ./test