diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml index 8c88fee..c4286d5 100644 --- a/.github/workflows/c.yml +++ b/.github/workflows/c.yml @@ -95,16 +95,6 @@ jobs: LD_LIBRARY_PATH=../../../rebound/src/ ./rebound - name: Test Joining Mass Data from SPK working-directory: ./unit_tests/spk_join_masses/ - run: | - make - LD_LIBRARY_PATH=../../../rebound/src/ ./rebound - - name: Reproduce Apophis Encounter with bsp - working-directory: ./unit_tests/apophis_bsp/ - run: | - make - LD_LIBRARY_PATH=../../../rebound/src/ ./rebound - - name: Reproduce Ceres-5303 encounter with bsp - working-directory: ./unit_tests/5303_Ceres_bsp/ run: | make LD_LIBRARY_PATH=../../../rebound/src/ ./rebound \ No newline at end of file