From 4393cd57529054bfbc04207712c2eb4f9adc50ac Mon Sep 17 00:00:00 2001 From: friendseeker <66892505+Friendseeker@users.noreply.github.com> Date: Sat, 12 Oct 2024 23:52:22 -0700 Subject: [PATCH] Enable scripted test in run-ci.sh --- bin/run-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run-ci.sh b/bin/run-ci.sh index 45feb20be3..0477c26ad7 100755 --- a/bin/run-ci.sh +++ b/bin/run-ci.sh @@ -11,4 +11,4 @@ sbt -Dfile.encoding=UTF-8 \ doc \ crossTestBridges \ test \ - # scripted + scripted