First, build the project - allowing build errors to easily show up

This commit is contained in:
Hamish Coleman 2023-04-30 18:53:30 -05:00
parent bd4418fdec
commit 4e2b9e0a91

View File

@ -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