Skip to content

Commit 0ed97ac

Browse files
authored
Merge pull request swiftlang#100 from vegerot/patch-1
Added tests for README
2 parents 39bc91a + 7df2ac6 commit 0ed97ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ version of Swift or on a developer snapshot. Changes committed to `master`
4444
that are compatible with the latest release branch will be cherry-picked into
4545
that branch.
4646

47+
To test that the formatter was built succesfully and is compatible with your swift toolchain, you can run the following command:
48+
49+
```
50+
swift test --parallel
51+
```
52+
We recommend using the `--parallel` flag to speed up the test run since there are a large number of tests.
53+
4754
## Command Line Usage
4855

4956
```

0 commit comments

Comments
 (0)