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.
1 parent 22882c5 commit b2569e5Copy full SHA for b2569e5
CONTRIBUTING.md
@@ -4,12 +4,14 @@
4
5
Ensure you are not running a local postgres server (such as the Postgres app for OSX).
6
7
-Start up / tear down the local network:
+Start up / tear down the local network & containers:
8
9
```bash
10
-> ./bin/local up
11
-> ./bin/local down
+> export SERVER_KEY=$(cat world/server.key)
+> export SERVER_CERT=$(cat world/server.crt)
12
+> docker-compose up
13
```
14
+If the above stops working, check the [Github action](https://github.com/typelevel/skunk/blob/main/.github/workflows/ci.yml) for what runs during CI.
15
16
Then to run all the tests, in a separate window:
17
0 commit comments