]> Untitled Git - lemmy.git/blobdiff - scripts/test.sh
Upgrade Rust version
[lemmy.git] / scripts / test.sh
index b47f09fae829160f73d65a542994d2445cacc400..217912a0af58b18734b852ecc81e93b04c1a09da 100755 (executable)
@@ -10,4 +10,4 @@ export LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
 # 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 +1.47.0 test --workspace --no-fail-fast
+  cargo test --workspace --no-fail-fast