Skip to content

Commit 9d64cb4

Browse files
Use standard unittest
1 parent ac47f7f commit 9d64cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
pip install '.[test]'
2525
- name: Run tests
2626
run: |
27-
pytest
27+
python -m unittest tests/test_tsellm.py
2828

0 commit comments

Comments
 (0)