Skip to content

Commit

Permalink
CI: Add step for lsoda
Browse files Browse the repository at this point in the history
[test lsoda]
  • Loading branch information
WarrenWeckesser committed Sep 8, 2024
1 parent dd180cb commit e790581
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ jobs:
- name: test_help
run: |
vfgen help help
- name: test_lsoda
if: "contains(github.event.head_commit.message, '[test all]') || contains(github.event.head_commit.message, '[test lsoda]')"
run: |
cd tests/test_lsoda
bash download_lsoda.sh
bash run_test_linearosc.sh
bash run_test_pidecay.sh
cd ../..
- name: test_scilab
if: "contains(github.event.head_commit.message, '[test all]') || contains(github.event.head_commit.message, '[test scilab]')"
run: |
Expand Down

0 comments on commit e790581

Please sign in to comment.