Skip to content

Commit a0311a4

Browse files
committed
Set up Opus test vectors within CI
1 parent b2a03ee commit a0311a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
restore-keys: |
7474
${{ runner.os }}-${{ matrix.ghc }}-
7575
76+
- name: Download Opus test vectors
77+
# This creates a folder called opus_newvectors with the test vectors
78+
run: curl -L https://opus-codec.org/static/testvectors/opus_testvectors-rfc8251.tar.gz | tar -xz
79+
7680
- name: Run the tests
7781
# Use --enable-tests until https://github.com/haskell/cabal/issues/7883
7882
# is fixed, as otherwise cabal test can sometimes reach a local maxima

0 commit comments

Comments
 (0)