We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd613f8 commit a053b59Copy full SHA for a053b59
.github/workflows/testbuild.yml
@@ -66,6 +66,8 @@ jobs:
66
if: matrix.os == 'windows-latest'
67
- name: Install test dependencies
68
run: pip install -r tests/requirements.txt
69
+ - name: Skeleton tests
70
+ run: python -m unittest -v rsatoolbox.test
71
- name: Unit tests
72
run: pytest
73
- name: Check package compliance
0 commit comments