Create build-unit-tests.yaml
(cherry picked from commit e2a7be57b60ec82771225c7526ed9ce50f9910de)
This commit is contained in:
parent
53a1fd02b8
commit
4a9d837450
|
@ -0,0 +1,15 @@
|
||||||
|
name: unit test ci
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
|
- name: make
|
||||||
|
working-directory: unit_tests/
|
||||||
|
run: make
|
Loading…
Reference in New Issue