Skip to content

moved out old cvodes but test errors emerged when building all together #25

moved out old cvodes but test errors emerged when building all together

moved out old cvodes but test errors emerged when building all together #25

Workflow file for this run

name: Run Tests
on:
push:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y libmatio-dev
- name: Make test.sh executable
run: chmod +x ./test.sh
- name: Run test script
run: ./test.sh