Skip to content

Commit

Permalink
Make 'full test' actually 'full'
Browse files Browse the repository at this point in the history
  • Loading branch information
pndurette committed Aug 30, 2019
1 parent 55c4fc2 commit 08ca925
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 08ca925

Please sign in to comment.