Skip to content

Commit

Permalink
[WIP] MATLAB bindings for v1
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Aug 15, 2024
1 parent 3c6550a commit 7c9f35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 7c9f35b

Please sign in to comment.