diff --git a/.smalltalkci.default.ston b/.smalltalkci.default.ston index 90a88fd..16bef0e 100644 --- a/.smalltalkci.default.ston +++ b/.smalltalkci.default.ston @@ -3,7 +3,15 @@ SmalltalkCISpec { SCIMetacelloLoadSpec { #baseline : 'BlocSerialization', #directory : 'src', - #platforms : [ #pharo ] + #platforms : [ #pharo ], + #onConflict : #useIncoming, + #onUpgrade : #useLoaded, + #ignoreImage : true } - ] + ], + + #testing : { + #failOnZeroTests : false, + #packages : [ 'Bloc-Serialization.*.Tests' ] + } }