always test with ORC (#165)

This commit is contained in:
tersec 2024-10-03 05:38:32 +00:00 committed by GitHub
parent b41316b25c
commit fcfa1f41c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -43,5 +43,4 @@ proc test(args, path: string) =
### tasks ### tasks
task test, "Run all tests": task test, "Run all tests":
test "--mm:refc", "tests/all_tests.nim" 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"