workflows: use distcheck instead of check for autotools tests

pull/231/head
Ariadne Conill 2021-07-24 20:25:15 -06:00
parent f3f7145963
commit 4d5b378f9e
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ jobs:
- name: Run tests
run: |
make check
make distcheck
alpine-meson:
runs-on: ubuntu-latest
@ -126,4 +126,4 @@ jobs:
- name: Run tests
run: |
make check
make distcheck