build: minor fixes

This commit is contained in:
Marcin Czenko 2026-06-18 18:55:35 +02:00
parent ccb6ed1303
commit 94e0abd579
No known key found for this signature in database
GPG Key ID: F6CB3ED4082ED433
2 changed files with 1 additions and 1 deletions

View File

@ -85,6 +85,7 @@ endif
test \
testAll \
testIntegration \
testLibstorageC \
testLibstorage \
update

View File

@ -104,7 +104,6 @@ task test, "Run tests":
task testAll, "Run all tests (except for Taiko L2 tests)":
testStorageTask()
testLibstorageTask()
testIntegrationTask()
import strutils