We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ecf6a commit 9c8875eCopy full SHA for 9c8875e
1 file changed
.github/workflows/Test.yml
@@ -45,4 +45,4 @@ jobs:
45
pip install future pyparsing numpy psutil pyzmq
46
47
- name: Test OMPython
48
- run: python -m unittest tests/__init__.py
+ run: python -m unittest tests/*.py
0 commit comments