Skip to content

Commit

Permalink
Run tests with nimPreviewHashFarm on the 3 main back ends. (#23739)
Browse files Browse the repository at this point in the history
Assuming CI tests pass (they do for me locally), this should be merged
to keep them passing.
  • Loading branch information
c-blake authored Jun 22, 2024
1 parent 2bef087 commit 8301533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stdlib/thashes.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
discard """
matrix: "--mm:refc; --mm:orc; --backend:cpp; --backend:js --jsbigint64:on; --backend:js --jsbigint64:off"
matrix: "--mm:refc; --mm:orc; --backend:cpp; --backend:js --jsbigint64:on; --backend:js --jsbigint64:off; --backend:c -d:nimPreviewHashFarm; --backend:cpp -d:nimPreviewHashFarm; --backend:js -d:nimPreviewHashFarm"
"""

import std/hashes
Expand Down

0 comments on commit 8301533

Please sign in to comment.