From e5ee97ef26e20fb689b4ecd8d9cef62744c7845e Mon Sep 17 00:00:00 2001 From: Santiago Torres Date: Wed, 23 Oct 2019 21:04:36 -0400 Subject: [PATCH] github-actions: add rootfs target to make This is relevant for the no-root-build. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d120d3..f43c10f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,4 +9,4 @@ jobs: steps: - uses: actions/checkout@v1 - name: make ci-test - run: make ci-test + run: make rootfs ci-test