Forgot a space once again
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ local Unit(db) = cachedPipeline(
|
|||||||
"unit-" + db,
|
"unit-" + db,
|
||||||
[
|
[
|
||||||
"cargo test --all --exclude plume-front --exclude plume-macro"
|
"cargo test --all --exclude plume-front --exclude plume-macro"
|
||||||
+ "--no-run --no-default-features --features=" + db
|
+ " --no-run --no-default-features --features=" + db
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user