From 08ca925783751499d7bb751fc044b097aff92328 Mon Sep 17 00:00:00 2001 From: Pierre-Nick Durette Date: Thu, 29 Aug 2019 21:34:09 -0400 Subject: [PATCH] Make 'full test' actually 'full' --- .github/workflows/test_full.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test_full.yml b/.github/workflows/test_full.yml index 25556be..e502b0d 100644 --- a/.github/workflows/test_full.yml +++ b/.github/workflows/test_full.yml @@ -51,8 +51,7 @@ jobs: - name: Unit Test (full & generate coverage) run: pytest -v -s gtts/ --cov=gtts --cov-config=setup.cfg --cov-report=xml env: - TEST_LANGS: en - # TEST_LANGS: all + TEST_LANGS: all - name: Coverage Report uses: codecov/codecov-action@v1.0.2 with: