]> Untitled Git - lemmy.git/blobdiff - test.sh
Merge branch 'drone-io-dess' into move_views_to_diesel_drone
[lemmy.git] / test.sh
diff --git a/test.sh b/test.sh
index ef2e608f4574c66377ec2e8fd400dba8500c99ef..21093d0cf03b3b1cb0abed64eeb0b6423b633093 100755 (executable)
--- a/test.sh
+++ b/test.sh
@@ -2,7 +2,9 @@
 set -e
 
 export LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
+# Commenting since this will overwrite schema.rs, which will break things now
+# diesel migration run
 # Integration tests only work on stable due to a bug in config-rs
 # https://github.com/mehcode/config-rs/issues/158
 RUST_BACKTRACE=1 RUST_TEST_THREADS=1 \
-  cargo +stable test --workspace --no-fail-fast
+  cargo +1.47.0 test --workspace --no-fail-fast