From 181374d2cc5f751f0e41a8c4cb938cad118a5a4d Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 10 Jul 2020 14:16:42 -0400 Subject: Fixing travis, adding a test.sh script. --- docs/src/contributing_tests.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/src/contributing_tests.md b/docs/src/contributing_tests.md index ccce6725..d4168e19 100644 --- a/docs/src/contributing_tests.md +++ b/docs/src/contributing_tests.md @@ -7,9 +7,7 @@ following commands in the `server` subfolder: ```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 -- cgit v1.2.3