mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 05:21:00 +00:00
test feature is only for plume, not plm
This commit is contained in:
parent
d253fee523
commit
2a4b98dce4
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ local Integration(db) = cachedPipeline(
|
||||||
+ db + '",test --force --path .',
|
+ db + '",test --force --path .',
|
||||||
// Install plm
|
// Install plm
|
||||||
'cargo install --debug --no-default-features --features="'
|
'cargo install --debug --no-default-features --features="'
|
||||||
+ db + '",test --force --path plume-cli',
|
+ db + '" --force --path plume-cli',
|
||||||
// Run the tests
|
// Run the tests
|
||||||
"./script/run_browser_test.sh"
|
"./script/run_browser_test.sh"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue