We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2125d38 + c5e113b commit 08f1becCopy full SHA for 08f1bec
1 file changed
.smalltalkci.default.ston
@@ -3,7 +3,15 @@ SmalltalkCISpec {
3
SCIMetacelloLoadSpec {
4
#baseline : 'BlocSerialization',
5
#directory : 'src',
6
- #platforms : [ #pharo ]
+ #platforms : [ #pharo ],
7
+ #onConflict : #useIncoming,
8
+ #onUpgrade : #useLoaded,
9
+ #ignoreImage : true
10
}
- ]
11
+ ],
12
+
13
+ #testing : {
14
+ #failOnZeroTests : false,
15
+ #packages : [ 'Bloc-Serialization.*.Tests' ]
16
+ }
17
0 commit comments