Run Tests from tests folder

This commit is contained in:
rusefillc 2021-05-24 08:46:23 -04:00
parent e21171af5e
commit baffd58162
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ jobs:
run: make -j4
- name: Run Tests
run: ./unit_tests/build/rusefi_test
working-directory: ./unit_tests/
run: build/rusefi_test
- name: Install Coverage Tools
if: ${{ matrix.os != 'macos-latest' }}