mirror of https://github.com/LemmyNet/lemmy.git
378 B
378 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
docker/federation-test/run-tests.sh