CI: Start PulseAudio for Linux tests

This commit is contained in:
Zaggy1024
2026-03-30 13:20:44 -05:00
committed by Gregory Bertilson
parent 6e8f6df872
commit 5063507fbb
Notes: github-actions[bot] 2026-03-31 01:58:31 +00:00
2 changed files with 5 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ runs:
llvm-${{ inputs.llvm_version }} \
nasm \
ninja-build \
pulseaudio \
qt6-base-dev \
qt6-tools-dev-tools \
tar \

View File

@@ -188,6 +188,10 @@ jobs:
# === TEST ===
- name: Start PulseAudio
if: ${{ inputs.os_name == 'Linux' }}
run: pulseaudio -D --exit-idle-time=1800 --load="module-null-sink sink_name=virtual_sink"
- name: Test
if: ${{ inputs.build_preset == 'Sanitizer' }}
working-directory: ${{ github.workspace }}