diff --git a/.github/workflows/matlab.yml b/.github/workflows/matlab.yml index 3836a35c5..896ee9997 100644 --- a/.github/workflows/matlab.yml +++ b/.github/workflows/matlab.yml @@ -53,4 +53,4 @@ jobs: - name: Run Tests uses: matlab-actions/run-command@v2 with: - command: addpath(genpath('include'));cd('bindings/matlab');addpath(genpath('.'));runTests;exit() + command: addpath(genpath('include'));cd('bindings/matlab');addpath(genpath('.'));addpath(genpath('test'));runTests;exit()