diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-02-26 19:51:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 19:51:37 +0800 |
commit | fa91823e37dd8058a896f1936a176ee58f921516 (patch) | |
tree | 6f57ce90fa88e3ff112e2d358b4076c80ae7c082 /testament | |
parent | 93a8b85a9159fb050e150df9246858109cd92644 (diff) | |
download | Nim-fa91823e37dd8058a896f1936a176ee58f921516.tar.gz |
Revert "disable measuremancer" (#23353)
Reverts nim-lang/Nim#23352 ref https://github.com/SciNim/Measuremancer/commit/e2e994b21c162d5c382f04383893f2abb12af51f
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 1949a6474..b9f891dad 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -91,7 +91,7 @@ pkg "lockfreequeues" pkg "macroutils" pkg "manu" pkg "markdown" -pkg "measuremancer", "nimble testDeps; nimble -y test", allowFailure = true +pkg "measuremancer", "nimble testDeps; nimble -y test" # when unchained is version 0.3.7 or higher, use `nimble testDeps;` pkg "memo" pkg "msgpack4nim", "nim c -r tests/test_spec.nim" |