From 88cd8b2d74c2f7a5f910234e2eb69e50e323a74f Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 9 Dec 2020 23:59:45 +0100 Subject: [PATCH] syntax --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7e964c174..d24ceaebe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,9 +5,9 @@ steps: - name: cargo test image: ekidd/rust-musl-builder:1.47.0 environment: - - LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy - - RUST_BACKTRACE=1 - - RUST_TEST_THREADS=1 + - LEMMY_DATABASE_URL: =postgres://lemmy:password@localhost:5432/lemmy + - RUST_BACKTRACE: 1 + - RUST_TEST_THREADS: 1 commands: - cargo check --all - cargo test --workspace --no-fail-fast