diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f1b5b88..c434b27 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -282,6 +282,10 @@ jobs: ./scripts/hack_fakeautoconf.sh shell: bash + - name: Build the project + run: make + shell: bash + - name: Run embedded unit tests run: make test.units shell: bash