Skip to content

Commit

Permalink
(Issue #145) MATLAB testing action now runs all tests that it finds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jared321 committed Aug 20, 2024
1 parent b200f42 commit fe59f4a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test_matlab.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# ----- IBCDFO FULL TESTING OF LOCAL CLONE WITHOUT COVERAGE
# Presently manifold sampling cannot be tested by actions since it has a
# FileExchange dependence. Therefore, we only test POUNDERS.
#
# TODO: Eventually tests should be run from the root of the repo so that we run
# all MATLAB tests.
name: Test IBCDFO MATLAB Code
on:
push:
Expand Down Expand Up @@ -44,6 +39,5 @@ jobs:
command: >
addpath("BenDFO/data"),
addpath("BenDFO/m"),
cd IBCDFO/pounders/m,
results = runtests("IncludeSubfolders", true),
assertSuccess(results);

0 comments on commit fe59f4a

Please sign in to comment.