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