Skip to content

Commit

Permalink
test both refc and ORC in post-1.6 Nim versions (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Apr 14, 2023
1 parent b43210f commit 3f8946a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ssz_serialization.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ proc test(args, path: string) =
task test, "Run all tests":
test "--threads:off -d:PREFER_BLST_SHA256=false", "tests/test_all"
test "--threads:on -d:PREFER_BLST_SHA256=false", "tests/test_all"
if (NimMajor, NimMinor) > (1, 6):
test "--mm:refc --threads:off -d:PREFER_BLST_SHA256=false", "tests/test_all"
test "--mm:refc --threads:on -d:PREFER_BLST_SHA256=false", "tests/test_all"

0 comments on commit 3f8946a

Please sign in to comment.