mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 21:11:01 +00:00
Forgot a space once again
This commit is contained in:
parent
15cbd17003
commit
07731d0b73
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
]
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue