From 383d37884ba601988f74beea6c4e42d50dff3de9 Mon Sep 17 00:00:00 2001 From: Hasso Date: Mon, 26 Sep 2022 14:46:23 -0500 Subject: [PATCH] Test --- .github/workflows/ci-cd.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2ae8d91..6202599 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -55,9 +55,14 @@ jobs: run: ./configure if: matrix.os == 'ubuntu-latest' - - name: Make + - name: Unzip Test Data working-directory: pc-parse - run: make all + run: unzip pc-parse-tests.zip + if: matrix.os == 'ubuntu-latest' + + - name: Make and Check + working-directory: pc-parse + run: sudo make check if: matrix.os == 'ubuntu-latest' # - name: Package