From 724da77ef756659dc3c408110b2ea96205a104f8 Mon Sep 17 00:00:00 2001 From: "felix@feldspaten.org" Date: Sun, 7 Mar 2021 13:34:10 +0100 Subject: [PATCH] Add runtest to CI --- .github/workflows/disko-san.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/disko-san.yaml b/.github/workflows/disko-san.yaml index 162ded5..70aca1c 100644 --- a/.github/workflows/disko-san.yaml +++ b/.github/workflows/disko-san.yaml @@ -4,8 +4,8 @@ name: disko-san on: push jobs: - compile: - name: Compile test + runtest: + name: Run test runs-on: ubuntu-latest steps: - name: Checkout code @@ -16,3 +16,7 @@ jobs: go-version: '1.14' - name: Compile run: make + - name: Prepare disk + run: truncate img -s 100MB + - name: Run disko-san on img + run: ./disko-san img stats