Skip to content

Commit 0c424f3

Browse files
committed
Changes targets to testTargets
1 parent 5fa9423 commit 0c424f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ let package = Package(
8383
dependencies: ["Workflow"],
8484
path: "WorkflowCombine/Sources"
8585
),
86-
.target(
86+
.testTarget(
8787
name: "WorkflowTesting",
8888
dependencies: ["Workflow"],
8989
path: "WorkflowTesting/Sources"
9090
),
91-
.target(
91+
.testTarget(
9292
name: "WorkflowReactiveSwiftTesting",
9393
dependencies: ["WorkflowReactiveSwift"],
9494
path: "WorkflowReactiveSwift/Testing"
9595
),
96-
.target(
96+
.testTarget(
9797
name: "WorkflowCombineTesting",
9898
dependencies: ["WorkflowCombine"],
9999
path: "WorkflowCombine/Testing"

0 commit comments

Comments
 (0)