lemmy/docs/src/contributing_tests.md
2020-07-10 14:16:42 -04:00

404 B
Vendored

Tests

Rust

After installing local development dependencies, run the following commands in the server subfolder:

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

Federation

Install the Docker development dependencies, and execute docker/federation-test/run-tests.sh