Skip to content

Commit

Permalink
Merge pull request #2410 from farid-zare/CI
Browse files Browse the repository at this point in the history
Ci
  • Loading branch information
farid-zare authored Feb 3, 2025
2 parents 2fa2868 + ddcb2df commit 6351df6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/testAll.m
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,7 @@
originalUserPath = path;

% run the tests in the subfolder verifiedTests/ recursively
debug = 1;
if debug
load('testData.mat');
else
[result, resultTable] = runTestSuite();
end

sumSkipped = sum(resultTable.Skipped);
sumFailed = sum(resultTable.Failed);
Expand Down
Binary file removed test/testData.mat
Binary file not shown.

0 comments on commit 6351df6

Please sign in to comment.