mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
First, build the project - allowing build errors to easily show up
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user