From 1e86245c82abeaa183f40e77da2468f79695f6f1 Mon Sep 17 00:00:00 2001 From: Tryndaron Date: Fri, 12 Apr 2024 09:49:14 +0200 Subject: [PATCH] use all tests --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 7591ae5..b691fe1 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -39,5 +39,5 @@ jobs: env: HF_TOKEN : ${{ secrets.HF_TOKEN }} run: | - pytest test/test_transcriber.py + pytest \ No newline at end of file