Update build-unit-tests.yaml
(cherry picked from commit 88e28a3d5a6fea3dd07116378ee24f9bd5924c07)
This commit is contained in:
parent
4a9d837450
commit
d239f35192
|
@ -9,7 +9,10 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
fetch-depth: 1
|
||||
submodules: recursive
|
||||
|
||||
- name: make
|
||||
working-directory: unit_tests/
|
||||
- name: Build tests
|
||||
working-directory: ./unit_tests/
|
||||
run: make
|
||||
|
|
Loading…
Reference in New Issue