forked from ariadne/pkgconf
workflows: use distcheck instead of check for autotools tests
parent
f3f7145963
commit
4d5b378f9e
|
@ -81,7 +81,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
make check
|
make distcheck
|
||||||
|
|
||||||
alpine-meson:
|
alpine-meson:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -126,4 +126,4 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
make check
|
make distcheck
|
||||||
|
|
Loading…
Reference in New Issue