Create build-unit-tests.yaml

(cherry picked from commit e2a7be57b60ec82771225c7526ed9ce50f9910de)
This commit is contained in:
Matthew Kennedy 2019-11-20 19:22:16 -05:00 committed by rusefi
parent 53a1fd02b8
commit 4a9d837450
1 changed files with 15 additions and 0 deletions

15
.github/workflows/build-unit-tests.yaml vendored Normal file
View File

@ -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