Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
papeh committed Sep 26, 2022
1 parent edefb7c commit 383d378
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 383d378

Please sign in to comment.