From 095591ef69c97d748e2bb35b0d11f596b3eedb0f Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 24 Aug 2022 13:44:50 +0200 Subject: [PATCH] dont test with all features --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 61a6ad485..513bc3c65 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