]> Untitled Git - lemmy.git/blob - docs/src/contributing_tests.md
Isomorphic docker (#1124)
[lemmy.git] / docs / src / contributing_tests.md
1 ### Tests
2
3 #### Rust
4
5 After installing [local development dependencies](contributing_local_development.md), run the
6 following commands:
7
8 ```bash
9 psql -U lemmy -c "DROP SCHEMA public CASCADE; CREATE SCHEMA public;"
10 ./test.sh
11 ```
12
13 ### Federation
14
15 Install the [Docker development dependencies](contributing_docker_development.md), and execute
16 `docker/federation-test/run-tests.sh`