From 94e0abd579cc8eb0f7a7c68e1f38e08a5ce756a1 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Thu, 18 Jun 2026 18:55:35 +0200 Subject: [PATCH] build: minor fixes --- Makefile | 1 + build.nims | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2220f87f..f7a8edb4 100644 --- a/Makefile +++ b/Makefile @@ -85,6 +85,7 @@ endif test \ testAll \ testIntegration \ + testLibstorageC \ testLibstorage \ update diff --git a/build.nims b/build.nims index 388aca3b..60d48301 100644 --- a/build.nims +++ b/build.nims @@ -104,7 +104,6 @@ task test, "Run tests": task testAll, "Run all tests (except for Taiko L2 tests)": testStorageTask() - testLibstorageTask() testIntegrationTask() import strutils