fixup windows tests per jangko 👍
This commit is contained in:
parent
3917c6a663
commit
33e4c2fd6c
|
@ -12,5 +12,7 @@ requires "json_serialization"
|
|||
requires "https://github.com/status-im/testutils < 2.0.0"
|
||||
|
||||
task test, "run CPU tests":
|
||||
exec "testrunner tests"
|
||||
|
||||
when defined(windows):
|
||||
exec "cmd.exe /C testrunner.cmd tests"
|
||||
else:
|
||||
exec "testrunner tests"
|
||||
|
|
Loading…
Reference in New Issue