X-Git-Url: http://these/git/?a=blobdiff_plain;f=scripts%2Ftest.sh;h=513bc3c65b6eff6e06813d5b84191848eaa8daa0;hb=095591ef69c97d748e2bb35b0d11f596b3eedb0f;hp=61a6ad4853337c5fd7d74f9d8fd3b1e862b22aae;hpb=5e8a37ac869ba4b347d5ca34eeb57addacec179b;p=lemmy.git diff --git a/scripts/test.sh b/scripts/test.sh index 61a6ad48..513bc3c6 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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 --no-fail-fast --all-features + cargo test --workspace --no-fail-fast # Add this to do printlns: -- --nocapture