You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,21 @@ swift build
40
40
### Tests and Linter
41
41
42
42
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
+
43
44
```bash
44
45
swift test
45
46
```
46
47
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):
0 commit comments