]> Untitled Git - lemmy.git/blobdiff - docs/src/contributing_tests.md
Isomorphic docker (#1124)
[lemmy.git] / docs / src / contributing_tests.md
index ccce67250d7cedfef4398c45fd51d95c84e85a2f..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 --workspace
+./test.sh
 ```
 
 ### Federation