Skip to content
Snippets Groups Projects

Fix CI-YAML

2 files
+ 12
9
Compare changes
  • Side-by-side
  • Inline

Files

function [result] = runner_test()
%RUNNER_TEST testing function to test, if the runner is set up properly
result = true;
exit(result);
end
Loading