Skip to content

Commit fcfa1f4

Browse files
authored
always test with ORC (#165)
1 parent b41316b commit fcfa1f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web3.nimble

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ proc test(args, path: string) =
4343
### tasks
4444
task test, "Run all tests":
4545
test "--mm:refc", "tests/all_tests.nim"
46-
if (NimMajor, NimMinor) > (1, 6):
47-
test "--mm:orc", "tests/all_tests.nim"
46+
test "--mm:orc", "tests/all_tests.nim"

0 commit comments

Comments
 (0)