script/cibuild: if no TEST_SUITE is defined, run fmt, test, cucumber
/cc #5136
This commit is contained in:
parent
9b0532a3c4
commit
30e34a72c0
|
@ -6,6 +6,7 @@ set -e
|
||||||
|
|
||||||
if [[ -z "$TEST_SUITE" ]]
|
if [[ -z "$TEST_SUITE" ]]
|
||||||
then
|
then
|
||||||
|
script/fmt
|
||||||
script/test ci
|
script/test ci
|
||||||
script/cucumber
|
script/cucumber
|
||||||
elif [[ -x "script/$TEST_SUITE" ]]
|
elif [[ -x "script/$TEST_SUITE" ]]
|
||||||
|
|
Loading…
Reference in New Issue