From 2bc7afee4ebb355c18b928ae8bd26224515a50df Mon Sep 17 00:00:00 2001 From: Meagan Lang Date: Fri, 13 Dec 2024 20:10:56 -0500 Subject: [PATCH] Rename test workflow --- .github/workflows/test-suite.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 314f5ad..7e408f1 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -1,4 +1,4 @@ -name: Verify that MATLAB & C++ versions return the same answers +name: Run tests 'on': push: branches-ignore: @@ -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: