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
Before a pull request can be opened, run `cargo clippy -p labrinth --all-targets` and make sure there are ZERO warnings, otherwise CI will fail.
10
+
11
+
Use `cargo test -p labrinth --all-targets` to test your changes. All tests must pass, otherwise CI will fail.
12
+
13
+
Read the root `docker-compose.yml` to see what running services are available while developing. Use `docker exec` to access these services.
14
+
15
+
### Clickhouse
16
+
17
+
Use `docker exec labrinth-clickhouse clickhouse-client` to access the Clickhouse instance. We use the `staging_ariadne` database to store data in testing.
18
+
19
+
### Postgres
20
+
21
+
Use `docker exec labrinth-postgres psql -U postgres` to access the PostgreSQL instance.
0 commit comments