From f13abf29ade1295cabf64605a030c51bfdfc657f Mon Sep 17 00:00:00 2001 From: puria Date: Tue, 14 May 2024 05:43:29 +0700 Subject: [PATCH] fix: temporarly disable parallelization tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51eb293..b785ef4 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ clean: ## 🧹 Clean the build @echo "🧹 Cleaned the build" tests: slangroom-exec ## 🧪 Run tests - ./test/bats/bin/bats -j 15 test/*.bats + ./test/bats/bin/bats test/*.bats bun test --coverage $(LIBS): package.json