lemmy/docs/src/contributing/tests.md
2020-12-08 14:52:54 +01:00

362 B

Tests

Rust

After installing local development dependencies, run the following commands:

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

Federation

Install the Docker development dependencies, and execute:

cd docker/federation
./run-tests.bash