mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-06 13:41:29 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user