Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MainKronos committed Aug 6, 2023
1 parent 9c9ac99 commit 81b39b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- run: locale-gen
- name: Test with unittest
run: python -m unittest discover -v -s ./tests -p test_*.py

0 comments on commit 81b39b6

Please sign in to comment.