Skip to content

Commit 0385688

Browse files
committed
update bat.yml
1 parent dcdeb56 commit 0385688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
command: >
101101
runner = testrunner();
102-
suite = testsuite(pwd);
102+
suite = testsuite(pwd, 'IncludeSubfolders', true);
103103
result = run(runner, suite);
104104
- name: Verify environment variables make it to MATLAB
105105
uses: ./

0 commit comments

Comments
 (0)