ci / break unittest job into small job files

This commit is contained in:
Benjamin Sergeant
2020-05-21 09:01:50 -07:00
parent 16eb269e1e
commit de6f3ded09
7 changed files with 80 additions and 50 deletions

13
.github/workflows/unittest_linux.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: linux
on:
push:
paths-ignore:
- 'docs/**'
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: make test_make
run: make test_make