diesel-cli: use comma-separated features, use buildAndTestSubdir

This commit is contained in:
Daniël de Kok
2021-02-15 11:18:37 +01:00
parent 087ab3db9c
commit 1df80d2bad
2 changed files with 12 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
declare -a checkFlags
cargoCheckHook() {
echo "Executing cargoCheckHook"
@@ -34,4 +36,6 @@ cargoCheckHook() {
runHook postCheck
}
checkPhase=cargoCheckHook
if [ -z "${checkPhase-}" ]; then
checkPhase=cargoCheckHook
fi