includes testTools in testAll
This commit is contained in:
parent
dc68550d27
commit
2f3cabd4ae
|
@ -43,19 +43,20 @@ task build, "build codex binary":
|
||||||
task test, "Run tests":
|
task test, "Run tests":
|
||||||
testCodexTask()
|
testCodexTask()
|
||||||
|
|
||||||
|
task testTools, "Run Tools tests":
|
||||||
|
toolsCirdlTask()
|
||||||
|
test "testTools"
|
||||||
|
|
||||||
task testAll, "Run all tests (except for Taiko L2 tests)":
|
task testAll, "Run all tests (except for Taiko L2 tests)":
|
||||||
testCodexTask()
|
testCodexTask()
|
||||||
testContractsTask()
|
testContractsTask()
|
||||||
testIntegrationTask()
|
testIntegrationTask()
|
||||||
|
testToolsTask()
|
||||||
|
|
||||||
task testTaiko, "Run Taiko L2 tests":
|
task testTaiko, "Run Taiko L2 tests":
|
||||||
codexTask()
|
codexTask()
|
||||||
test "testTaiko"
|
test "testTaiko"
|
||||||
|
|
||||||
task testTools, "Run Tools tests":
|
|
||||||
toolsCirdlTask()
|
|
||||||
test "testTools"
|
|
||||||
|
|
||||||
import strutils
|
import strutils
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue