summaryrefslogtreecommitdiffstats
path: root/docs/src/contributing_tests.md
blob: d4168e190608039732b28414ab03ccaa8f8ba85a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
### Tests

#### Rust

After installing [local development dependencies](contributing_local_development.md), run the
following commands in the `server` subfolder:

```bash
psql -U lemmy -c "DROP SCHEMA public CASCADE; CREATE SCHEMA public;"
./test.sh
```

### Federation

Install the [Docker development dependencies](contributing_docker_development.md), and execute
`docker/federation-test/run-tests.sh`