Skip to content

Merge pull request #2425 from chebfun/fix-diskfun-helptext #105

Merge pull request #2425 from chebfun/fix-diskfun-helptext

Merge pull request #2425 from chebfun/fix-diskfun-helptext #105

Workflow file for this run

name: chebfun Tests
on: [push]
jobs:
chebfun-test:
name: Run chebfun tests
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Install MATLAB
uses: matlab-actions/setup-matlab@v0
- name: Run commands
uses: matlab-actions/run-command@v0
with:
command: addpath('.'); results = chebtest; assert(all([results{:,3}] > 0))