Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/byuflowlab/Mex.jl into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormcd committed Oct 25, 2021
2 parents 0bd72cd + 5878b7b commit d5a647d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ jobs:
command: addpath('deps'), build
- name: Run Julia tests
uses: julia-actions/julia-runtest@master
- name: Run MATLAB tests
uses: matlab-actions/run-tests@v1
with:
source-folder: mexjulia
select-by-folder: test
- name: Run MATLAB test
uses: matlab-actions/run-command@v1
with:
command: addpath('mexjulia'), addpath('test'), jlevalTest
# - name: Run MATLAB tests
# uses: matlab-actions/run-tests@v1
# with:
# source-folder: mexjulia
# select-by-folder: test

0 comments on commit d5a647d

Please sign in to comment.