mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-01-27 07:04:52 +00:00
Temporary workaround to experimental problem
This commit is contained in:
parent
847fac0635
commit
4b5cda9233
@ -19,8 +19,7 @@ requires "nim > 0.18.0",
|
||||
"https://github.com/status-im/nim-asyncdispatch2",
|
||||
"https://github.com/status-im/nim-eth-common"
|
||||
|
||||
|
||||
proc runTest(name: string, lang = "c") = exec "nim " & lang & " -r tests/" & name
|
||||
proc runTest(name: string, lang = "c") = exec "nim " & lang & " --experimental:ForLoopMacros -r tests/" & name
|
||||
|
||||
task test, "Runs the test suite":
|
||||
runTest "testecies"
|
||||
|
Loading…
x
Reference in New Issue
Block a user