Skip to content

Commit 1a4fe44

Browse files
committed
Adding test for ffmpeg
1 parent 79edde1 commit 1a4fe44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
architecture: 'x64'
7171
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}
7272

73+
- name: Test ffmpeg
74+
run: ffmpeg -i ./testdata/audio-long.mp3 ./testdata/audio-long.wav
75+
7376
- name: Install dependencies
7477
run: poetry install
7578

0 commit comments

Comments
 (0)