Skip to content

Commit 354d1f9

Browse files
authored
Add packageArgs to swift test/run (#1367)
Issue: #1340
1 parent 17ea7ff commit 354d1f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/toolchain/BuildFlags.ts

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ export class BuildFlags {
7777
}
7878
return args;
7979
case "build":
80+
case "run":
81+
case "test":
8082
return [...args, ...configuration.packageArguments];
8183
default:
8284
return args;

0 commit comments

Comments
 (0)