test feature is only for plume, not plm

This commit is contained in:
Ana Gelez 2020-07-26 19:47:47 +02:00
parent d253fee523
commit 2a4b98dce4

View file

@ -149,7 +149,7 @@ local Integration(db) = cachedPipeline(
+ db + '",test --force --path .',
// Install plm
'cargo install --debug --no-default-features --features="'
+ db + '",test --force --path plume-cli',
+ db + '" --force --path plume-cli',
// Run the tests
"./script/run_browser_test.sh"
]