Skip to content

Add tests for drivers #1

Add tests for drivers

Add tests for drivers #1

Workflow file for this run

name: Verify that MATLAB & C++ versions return the same answers
'on':
push:
branches-ignore:
- gh-pages
tags:
- '*'
schedule:
- cron: 0 10 * * 1
jobs:
build_cxx:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
submodules: true
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
- name: Run tests command
matlab-actions/run-command@v2

Check failure on line 21 in .github/workflows/test-suite.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-suite.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
with:
command: runtests('tests'); exit;
startup-options: -nodisplay -nosplash -nodesktop -nojvm -logfile matlab_log.txt
- name: Display MATLAB log
run: cat matlab_log.txt
- name: Run tests
matlab-actions/run-tests@v2
select-by-folder: tests