From 6953386d65e94ef1337be145de109ba0645370c8 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 12 Nov 2019 22:04:42 +0100 Subject: [PATCH] fix typo --- ci_scripts/run-rust-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/run-rust-test.sh b/ci_scripts/run-rust-test.sh index 1c8de2869..0e7a09fee 100755 --- a/ci_scripts/run-rust-test.sh +++ b/ci_scripts/run-rust-test.sh @@ -6,7 +6,7 @@ export RUST_TEST_THREADS=1 export RUST_BACKTRACE=1 export RUSTFLAGS='--deny warnings' export OPT="-j1 --target=$TARGET" -export OPT_RELASE="--release ${OPT}" +export OPT_RELEASE="--release ${OPT}" export OPT_FFI_RELEASE="--manifest-path=deltachat-ffi/Cargo.toml --release" # Select cargo command: use cross by default