Skip to content

Commit

Permalink
Add destination to xcodebuild test instructions (#5392)
Browse files Browse the repository at this point in the history
  • Loading branch information
garricn authored Dec 15, 2023
1 parent 6366fb8 commit 68c9b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ with Swift Package Manager on Linux. When contributing code changes, please
ensure that all three supported build methods continue to work and pass tests.

```shell
$ xcodebuild -scheme swiftlint test
$ xcodebuild -scheme swiftlint test -destination 'platform=macOS'
$ swift test
$ make docker_test
```
Expand Down

0 comments on commit 68c9b86

Please sign in to comment.