From 34e9c21a6b8884bfce3f0306d489a2ab932de4da Mon Sep 17 00:00:00 2001 From: Gabriel Omar Cotelli Date: Tue, 9 Apr 2024 20:17:07 -0300 Subject: [PATCH] Fail loading step on undeclared warnings --- .smalltalkci/.loading.tools.ston | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.smalltalkci/.loading.tools.ston b/.smalltalkci/.loading.tools.ston index 47b6fca..8437338 100644 --- a/.smalltalkci/.loading.tools.ston +++ b/.smalltalkci/.loading.tools.ston @@ -4,7 +4,8 @@ SmalltalkCISpec { #baseline : 'Buoy', #directory : '../source', #load : [ 'Tools' ], - #platforms : [ #pharo ] + #platforms : [ #pharo ], + #failOn : [ #Warning ] } ], #testing : {