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