actions: Test make distcheck on github actions

Distcheck is light now, so adding it to github actions to make sure
we aren't breaking the build on a dist package

Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
Otavio Pontes
2019-11-19 12:05:40 -08:00
parent e4f5d934fe
commit b3771c9491
+3
View File
@@ -23,6 +23,9 @@ jobs:
- name: run unit tests
run: make check
- name: run distcheck
run: make distcheck
- name: print status
if: failure()
run: cat test-suite.log