Skip to content

Commit aa61cdc

Browse files
bors[bot]ppamorim
andauthored
Merge #70
70: Move run-tests.sh to a distinct folder r=curquiza a=ppamorim Move this script to a separated folder to keep the project less clogged. Co-authored-by: Pedro Paulo de Amorim <[email protected]> Co-authored-by: Pedro Paulo Amorim <[email protected]>
2 parents 50264d6 + 9cfc5df commit aa61cdc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,21 @@ swift build
4040
### Tests and Linter
4141

4242
If you have a running MeiliSearch instance at port `localhost:7700` with the following master key: `masterKey`, you will need to run the following command to test the package:
43+
4344
```bash
4445
swift test
4546
```
4647

47-
If you do not have a MeiliSearch instance with the previous mentioned parameters, you can run the test script that will automatically run a Docker container with MeiliSearch:
48+
If you do not have a MeiliSearch instance with the previous mentioned parameters, you can run the test script that will automatically run a Docker container with MeiliSearch and start the test:
49+
50+
```bash
51+
$ ./Scripts/run_test.sh
52+
```
53+
54+
If you want to run the linter [`swiftlint`](https://github.com/realm/SwiftLint):
4855

4956
```bash
50-
./run_test.sh
57+
$ swiftlint
5158
```
5259

5360
### On Xcode
File renamed without changes.

0 commit comments

Comments
 (0)