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