From 9de5fa52360b2242444f44d14b3b972f59bbefe8 Mon Sep 17 00:00:00 2001 From: Adrien Piquerez Date: Tue, 19 Mar 2024 16:19:10 +0100 Subject: [PATCH] Activate server tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62cbe5f4e..136731274 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: ./sbt -v --client "Test/compile" ./sbt -v --client publishLocal ./sbt -v --client test - # ./sbt -v --client "serverTestProj/test" + ./sbt -v --client "serverTestProj/test" # ./sbt -v --client doc ./sbt -v --client "all $UTIL_TESTS" ./sbt -v --client ++2.13.x