always test with ORC (#165)
This commit is contained in:
parent
b41316b25c
commit
fcfa1f41c4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue