From beb04f28bef16c60f08158e631803a5201ffbff3 Mon Sep 17 00:00:00 2001 From: Pierre Laborde <49183340+labordep@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:21:30 +0200 Subject: [PATCH] Add Bloc-Serialization tests running --- .smalltalk.ston | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.smalltalk.ston b/.smalltalk.ston index 50cfbe67..56fdd891 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -8,6 +8,9 @@ SmalltalkCISpec { #directory : 'src', #platforms : [ #pharo ] } - ] - + ], + #testing : { + #packages : [ 'Pyramid.*' ], + #packages : [ 'Bloc-Serialization.*' ] + } }