Update build-unit-tests.yaml

(cherry picked from commit 88e28a3d5a6fea3dd07116378ee24f9bd5924c07)
This commit is contained in:
Matthew Kennedy 2019-11-20 19:28:14 -05:00 committed by rusefi
parent 4a9d837450
commit d239f35192
1 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
with:
fetch-depth: 1
submodules: recursive
- name: make - name: Build tests
working-directory: unit_tests/ working-directory: ./unit_tests/
run: make run: make