From 3567f7d735796b4d3753abc1a59501431f9f4ce9 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Thu, 30 May 2024 19:18:36 +0300 Subject: [PATCH] Revert "Temporary disable ruby tests" This reverts commit 40424a6aec3b9fbce13bb247f98c208b769faddb. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45f1752..a324ed8 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ buildx-push: test: ifneq ($(RUBY_DEV),) -# cd ./tests && RUBY_IMAGE=$(REPO):$(TAG) ./run.sh + cd ./tests && RUBY_IMAGE=$(REPO):$(TAG) ./run.sh else @echo "We run tests only for DEV images." endif