From 4e2b9e0a919013326f374758b99211ad2f9eead0 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sun, 30 Apr 2023 18:53:30 -0500 Subject: [PATCH] First, build the project - allowing build errors to easily show up --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) 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