From 93ddf425cfdbdaee1fa73fbc2b5db0d1cd3710dc Mon Sep 17 00:00:00 2001 From: Joe Zuntz Date: Thu, 28 Nov 2024 10:24:54 +0000 Subject: [PATCH] add tests to the apt-get version --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d47dd9b..403b325f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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