Skip to content

Commit

Permalink
Add unit tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtami committed Dec 25, 2024
1 parent a22ab8e commit 12b247d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- name: Run unit tests
run: |
PYTHONPATH=server python tests/test.py
PYTHONPATH=server python tests/test_alice.py
PYTHONPATH=server python tests/test_auto_pairing.py
PYTHONPATH=server python tests/test_compress.py
PYTHONPATH=server python tests/test_960_rematch.py
PYTHONPATH=server python tests/test_tournament.py
Expand Down

0 comments on commit 12b247d

Please sign in to comment.