diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4c6d00f..829a237 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -55,5 +55,8 @@ jobs: - name: Test with pytest run: | - pytest tests/ + pytest tests/test_preprocessing.py + pytest tests/test_svd.py + pytest tests/test_map_to_map.py + pytest tests/test_distribution_to_distribution.py