Skip to content

Commit

Permalink
Rename test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed Dec 14, 2024
1 parent a962828 commit 2bc7afe
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Verify that MATLAB & C++ versions return the same answers
name: Run tests
'on':
push:
branches-ignore:
Expand All @@ -17,13 +17,6 @@ jobs:
submodules: true
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
# - name: Run tests command
# uses: matlab-actions/run-command@v2
# with:
# command: runtests('tests'); exit;
# startup-options: -nodisplay -nosplash -nodesktop -nojvm -logfile matlab_log.txt
# - name: Display MATLAB log
# run: cat matlab_log.txt
- name: Run tests
uses: matlab-actions/run-tests@v2
with:
Expand Down

0 comments on commit 2bc7afe

Please sign in to comment.