Skip to content

Commit a053b59

Browse files
run skeleton tests on all builds
1 parent fd613f8 commit a053b59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testbuild.yml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
if: matrix.os == 'windows-latest'
6767
- name: Install test dependencies
6868
run: pip install -r tests/requirements.txt
69+
- name: Skeleton tests
70+
run: python -m unittest -v rsatoolbox.test
6971
- name: Unit tests
7072
run: pytest
7173
- name: Check package compliance

0 commit comments

Comments
 (0)