Skip to content

Commit

Permalink
Merge pull request #19 from SimplyDanny/ignore-fixtures
Browse files Browse the repository at this point in the history
Exclude test fixtures from build
  • Loading branch information
giginet authored Jan 5, 2025
2 parents 15ed86a + c9e5c00 commit 7622c8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ let package = Package(
name: "RevolutionKitTests",
dependencies: [
.target(name: "RevolutionKit"),
],
exclude: [
"Fixtures",
]
),
],
Expand Down

0 comments on commit 7622c8b

Please sign in to comment.