Skip to content

Commit

Permalink
always test with ORC (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec authored Oct 3, 2024
1 parent b41316b commit fcfa1f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web3.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit fcfa1f4

Please sign in to comment.