]> Untitled Git - lemmy.git/commitdiff
dont test with all features
authorFelix Ableitner <me@nutomic.com>
Wed, 24 Aug 2022 11:44:50 +0000 (13:44 +0200)
committerDessalines <dessalines@users.noreply.github.com>
Fri, 2 Sep 2022 14:49:54 +0000 (10:49 -0400)
scripts/test.sh

index 61a6ad4853337c5fd7d74f9d8fd3b1e862b22aae..513bc3c65b6eff6e06813d5b84191848eaa8daa0 100755 (executable)
@@ -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