We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2cfb64 commit e3b8d0bCopy full SHA for e3b8d0b
.github/workflows/build-and-test.yml
@@ -24,6 +24,8 @@ jobs:
24
run: ./configure
25
- name: Run make
26
run: make CFLAGS='-Werror'
27
+ - name: Run make distcheck
28
+ run: make distcheck
29
- name: Prepare tests
30
run: |
31
pulseaudio -D
0 commit comments