includes testTools in testAll

This commit is contained in:
Ben 2024-08-22 15:21:55 +02:00
parent dc68550d27
commit 2f3cabd4ae
No known key found for this signature in database
GPG Key ID: 0F16E812E736C24B
1 changed files with 5 additions and 4 deletions

View File

@ -43,19 +43,20 @@ task build, "build codex binary":
task test, "Run tests":
testCodexTask()
task testTools, "Run Tools tests":
toolsCirdlTask()
test "testTools"
task testAll, "Run all tests (except for Taiko L2 tests)":
testCodexTask()
testContractsTask()
testIntegrationTask()
testToolsTask()
task testTaiko, "Run Taiko L2 tests":
codexTask()
test "testTaiko"
task testTools, "Run Tools tests":
toolsCirdlTask()
test "testTools"
import strutils
import os