github-actions: add rootfs target to make

This is relevant for the no-root-build.
This commit is contained in:
Santiago Torres 2019-10-23 21:04:36 -04:00
parent ed424bc02f
commit e5ee97ef26
No known key found for this signature in database
GPG Key ID: 468F122CE8162295

View File

@ -9,4 +9,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: make ci-test
run: make ci-test
run: make rootfs ci-test