Skip to content

Commit

Permalink
Add Parallel Computing Toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
wahln committed Apr 18, 2024
1 parent cc83f36 commit 322a7c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: matlab-actions/setup-matlab@v2
with:
release: R2022b
products: Image_Processing_Toolbox
products: Image_Processing_Toolbox Parallel_Computing_Toolbox
# Runs test command
- name: Run Tests
uses: matlab-actions/run-command@v2
Expand All @@ -34,6 +34,7 @@ jobs:
files: |
*.xml
check_name: "${{ github.job }} Results"

test-matlab-latest: #Matlab test Job for latest Matlab release
runs-on: ubuntu-latest
steps:
Expand All @@ -48,7 +49,7 @@ jobs:
uses: matlab-actions/setup-matlab@v2
with:
release: latest
products: Image_Processing_Toolbox
products: Image_Processing_Toolbox Parallel_Computing_Toolbox
# Runs test command
- name: Run Tests
uses: matlab-actions/run-command@v2
Expand All @@ -61,6 +62,7 @@ jobs:
files: |
*.xml
check_name: "${{ github.job }} Results"

test-octave-6: #Octave test Job
runs-on: ubuntu-22.04 # We use Ubuntu-22.04 because it has Octave 6.4
steps:
Expand Down

0 comments on commit 322a7c9

Please sign in to comment.