Skip to content

Commit e3b8d0b

Browse files
committed
add distcheck to workflow
1 parent a2cfb64 commit e3b8d0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: ./configure
2525
- name: Run make
2626
run: make CFLAGS='-Werror'
27+
- name: Run make distcheck
28+
run: make distcheck
2729
- name: Prepare tests
2830
run: |
2931
pulseaudio -D

0 commit comments

Comments
 (0)