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 2990271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
run: ./configure
if: matrix.os == 'ubuntu-latest'

- name: Make
- name: Make and Check
working-directory: pc-parse
run: make all
run: sudo make check
if: matrix.os == 'ubuntu-latest'

# - name: Package
Expand Down

0 comments on commit 2990271

Please sign in to comment.