]> Untitled Git - lemmy.git/blob - server/test.sh
routes.api: fix get_captcha endpoint (#1135)
[lemmy.git] / server / test.sh
1 #!/bin/sh
2 export DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
3 diesel migration run
4 export LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
5 RUST_TEST_THREADS=1 cargo test --workspace --no-fail-fast