Skip to content

Commit

Permalink
Update debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstone25 authored Jul 26, 2024
1 parent 3b3e06a commit 14f4ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
parallel.internal.logging.enableClientLogging(clogdir, 6)
setSchedulerMessageHandler(@disp);
setenv('MDCE_DEBUG','true');
pctconfig('preservejobs',true);
try pctconfig('preservejobs',true); catch ME, disp(ME), end
parpool local;
try parpool local; catch ME, disp(ME), end
setup cache; addpath build;
res = runProjectTests("verbosity", "Verbose"),
i = find([res.Failed]); res(i).Name,
Expand Down

0 comments on commit 14f4ac8

Please sign in to comment.