mirror of
https://github.com/AtHeartEngineer/lemmy.git
synced 2026-01-09 20:27:53 -05:00
Fix user following (#2623)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
@@ -9,5 +9,5 @@ export LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
|
||||
# so to load the config we need to traverse to the repo root
|
||||
export LEMMY_CONFIG_LOCATION=../../config/config.hjson
|
||||
RUST_BACKTRACE=1 \
|
||||
cargo test --workspace --all-features --no-fail-fast
|
||||
cargo test -p lemmy_apub --all-features --no-fail-fast
|
||||
# Add this to do printlns: -- --nocapture
|
||||
|
||||
Reference in New Issue
Block a user