erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.62k stars 54 forks source link

test: optimize eval tests #387

Closed C-BJ closed 1 year ago

C-BJ commented 1 year ago

Fixes #380

@mtshiba

mtshiba commented 1 year ago

There is no need to parallelize the tests under erg_common. Because the cost is almost zero anyway.

mtshiba commented 1 year ago

thanks!