Skip to content

Commit

Permalink
add folder evaluate unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
arda-argmax committed Dec 4, 2024
1 parent 6551927 commit 752fff1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/public-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@ jobs:
shell: bash -el {0}
run: |
TEST_DEV=cpu $(which python) tests/test_audio_encoder.py
- name: Evaluate Unit Tests
- name: Evaluate Unit Test
shell: bash -el {0}
run: |
$(which python) tests/test_evaluate.py --dataset librispeech-debug --pipeline WhisperKit
- name: Folder Evaluate Unit Test
shell: bash -el {0}
run: |
$(which python) tests/test_evaluate.py --dataset common_voice_17_0-debug-zip --pipeline WhisperKit --language-subset en
- name: Lint
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 752fff1

Please sign in to comment.