Skip to content

Commit

Permalink
run demo
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 26, 2023
1 parent 8c97c17 commit d628473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
octave-cli --eval "addpath(pwd);cd test;run_zmat_test({'c','d'})";
else
cp test/*.m .
octave-cli --eval "addpath(pwd);which zipmat;run_zmat_test";
octave-cli --eval "addpath(pwd);cd example;demo_zmat_basic";
fi
- name: Create package folder
run: |
Expand Down

0 comments on commit d628473

Please sign in to comment.