From 9e1b22fc4855a80f428826c10932a9f8796b589b Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Wed, 20 Nov 2019 19:36:14 -0500 Subject: [PATCH] run tests (cherry picked from commit b5dcdef7c15c65887c8a540fc6dcfc206407ddf9) --- .github/workflows/build-unit-tests.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-unit-tests.yaml b/.github/workflows/build-unit-tests.yaml index bac86c8c15..a6f6ede696 100644 --- a/.github/workflows/build-unit-tests.yaml +++ b/.github/workflows/build-unit-tests.yaml @@ -13,6 +13,9 @@ jobs: fetch-depth: 1 submodules: recursive - - name: Build tests + - name: Build Tests working-directory: ./unit_tests/ run: make + + - name: Run Tests + run: ./unit_tests/build/rusefi_test