diff --git a/web3.nimble b/web3.nimble index 1147b0f..9d962a6 100644 --- a/web3.nimble +++ b/web3.nimble @@ -43,5 +43,4 @@ proc test(args, path: string) = ### tasks task test, "Run all tests": test "--mm:refc", "tests/all_tests.nim" - if (NimMajor, NimMinor) > (1, 6): - test "--mm:orc", "tests/all_tests.nim" + test "--mm:orc", "tests/all_tests.nim"