Browse Source

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

pull/1094/head
Hamish Coleman 1 year ago
parent
commit
4e2b9e0a91
  1. 4
      .github/workflows/tests.yml

4
.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

Loading…
Cancel
Save