Skip to content

Commit

Permalink
Force a jackd server to dummy sound card
Browse files Browse the repository at this point in the history
  • Loading branch information
metal3d committed Oct 20, 2023
1 parent 63e545b commit 688f3a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
sudo apt-get update && \
sudo DEBIAN_FRONTEND=noninteractive \
apt-get install -yq \
jackd
gcc \
git \
ca-certificates \
Expand All @@ -40,4 +41,6 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v ./video
run: |
jackd -r -d dummy &>/dev/null &
go test -v ./video

0 comments on commit 688f3a5

Please sign in to comment.