Forgot a space once again

This commit is contained in:
Ana Gelez 2020-07-26 19:39:00 +02:00
parent 15cbd17003
commit 07731d0b73

View file

@ -129,7 +129,7 @@ local Unit(db) = cachedPipeline(
"unit-" + db,
[
"cargo test --all --exclude plume-front --exclude plume-macro"
+ "--no-run --no-default-features --features=" + db
+ " --no-run --no-default-features --features=" + db
]
);