forked from Moya/Moya
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package.swift: mark entire testTarget region as dev for rocket
As @lukewakeford pointed out in Moya@3206a0f#r81024749 our rocket integration for hiding dev dependencies (https://github.com/shibapm/Rocket#hide-dev-dependencies) was producing a malformed Package.swift for releases. this should fix the issue by instructing Rocket to comment out the entire testTarget, instead of just the `name:` line
- Loading branch information
Showing
2 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters