lemmy/docs/src/contributing_tests.md
2020-06-27 15:28:45 +02:00

513 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;"
export DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
diesel migration run
RUST_TEST_THREADS=1 cargo test

Federation

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