Skip to content

Commit

Permalink
run other test to
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgloeckler committed Jan 28, 2025
1 parent 598507f commit 1a25563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Run the fast CPU tests with coverage
run: |
pytest -v -x -n auto -m "not slow and not gpu" --cov=sbi --cov-report=xml tests/mcmc_test.py::test_c2st_slice_np_vectorized_parallelized_on_Gaussian
pytest -v -x -n auto -m "not slow and not gpu" --cov=sbi --cov-report=xml tests/mcmc_test.py::test_c2st_slice_np_vectorized_parallelized_on_Gaussian tests/circular_import_test.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 1a25563

Please sign in to comment.