1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-31 19:37:00 +02:00

fix tests in CI

This commit is contained in:
Rob Ede
2022-07-31 06:20:44 +01:00
parent 21413b7eaf
commit 21d859d217

View File

@@ -129,7 +129,7 @@ mod tests {
SledSessionStore::new(
[
env!("CARGO_TARGET_DIR"),
option_env!("CARGO_TARGET_DIR").unwrap_or("target"),
"/tmp-actix-session-tests/",
&db_name,
"-",