diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 593ffab..2b635f5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -56,4 +56,9 @@ jobs: python src/misc/modulargroup.py python src/misc/newton.py python src/misc/penrose.py - python src/misc/ust_leaves.py \ No newline at end of file + python src/misc/ust_leaves.py + + - name: Run polytopes tests + run: | + python src/polytopes/example_curved_polychora.py + python src/polytopes/example_polytope_animation.py \ No newline at end of file