Skip to content

Commit 2e139e0

Browse files
committed
Update local development
1 parent e9f4580 commit 2e139e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
74.2 KB
Loading

LOCAL_DEVELOPMENT_SETUP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Once you have the project cloned locally, the `Makefile` defines a set of useful
1414

1515
You'll need some environment variables configured before you can run the project. There are template files in the repository as `.env.testing.template` and `.env.development.template` and your first step should be to copy these files as `.env.testing` and `.env.development` and review their content in case your setup deviates from the default.
1616

17-
Then, to create Postgres databases in Docker for your development and test environments, run:
17+
Then, to create Postgres databases in Docker for your development environment, run:
1818

1919
```
2020
make db-up
@@ -42,7 +42,7 @@ When Xcode opens the `Package.swift` file, it will auto-create a test plan based
4242

4343
![A screenshot of Xcode's scheme editor showing a small arrow next to 'SPI-Server-Package (Autocreated)'.](.readme-images/manage-test-plans.png)
4444

45-
Once you open the autocreated test plan, you will be asked if you would like to persist the test plan. Click "Save" and accept the default location in the `.swiftpm` directory. Then, for each item in the test plan, click the "Options" and select "Disabled" for the "Paralellization" setting.
45+
Once you open the autocreated test plan, you will be asked if you would like to persist the test plan. Click "Save" and accept the default location in the `.swiftpm` directory. Then, for each item in the test plan, click the "Options" and select "Enabled" for the "Parallelization" setting.
4646

4747
![A screenshot of Xcode's test plan editor showing the parallelization options.](.readme-images/test-plan-options.png)
4848

0 commit comments

Comments
 (0)