We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39bc91a + 7df2ac6 commit 0ed97acCopy full SHA for 0ed97ac
README.md
@@ -44,6 +44,13 @@ version of Swift or on a developer snapshot. Changes committed to `master`
44
that are compatible with the latest release branch will be cherry-picked into
45
that branch.
46
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
54
## Command Line Usage
55
56
```
0 commit comments