Skip to content

Commit

Permalink
240419.224719.HKT add tests in compile_mex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Apr 19, 2024
1 parent c8dd582 commit c095ab9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compile_mex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,10 @@ jobs:
options.quadruple = true;
options.classical = false;
options.verbose = true;
setup(options)
setup(options);
test prima;
cd matlab/examples;
rosenbrock_example;
- name: Store artifacts
uses: actions/[email protected]
Expand Down

0 comments on commit c095ab9

Please sign in to comment.