Skip to content

Commit

Permalink
run full test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jun 26, 2023
1 parent 4f4a583 commit 8c97c17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
elif [ "$RUNNER_OS" == "macOS" ]; then
octave-cli --eval "addpath(pwd);cd test;run_zmat_test({'c','d'})";
else
octave-cli --eval "addpath(pwd);addpath([pwd filesep 'test']);which zipmat;run_zmat_test";
cp test/*.m .
octave-cli --eval "addpath(pwd);which zipmat;run_zmat_test";
fi
- name: Create package folder
run: |
Expand Down

0 comments on commit 8c97c17

Please sign in to comment.