]> Untitled Git - lemmy.git/blobdiff - docs/src/contributing_tests.md
Isomorphic docker (#1124)
[lemmy.git] / docs / src / contributing_tests.md
index 13e5d1222321f6444e271bc5c56e6a79494206a5..e40836c30fd653924dea484560ac9c5cac0570fc 100644 (file)
@@ -3,13 +3,11 @@
 #### Rust
 
 After installing [local development dependencies](contributing_local_development.md), run the
-following commands in the `server` subfolder:
+following commands:
 
 ```bash
 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
+./test.sh
 ```
 
 ### Federation