Skip to content

Commit

Permalink
add tests to the apt-get version
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Nov 28, 2024
1 parent 41a8264 commit 93ddf42
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,15 @@ jobs:
source cosmosis-configure
rm -f output/pantheon.txt
jupyter nbconvert --to notebook --execute "examples/example.ipynb"
- name: Run Tests
shell: bash -l {0}
run: |
source cosmosis-configure
pytest -vv --durations=0 tests/test_cosmosis_standard_library.py
- name: Run Demos
shell: bash -l {0}
run: |
source cosmosis-configure
pytest -vv --durations=0 tests/test_demos.py

0 comments on commit 93ddf42

Please sign in to comment.