summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2021-09-05 16:50:54 +0800
committerGitHub <noreply@github.com>2021-09-05 16:50:54 +0800
commit4320b158dd2e5d7420cc813a1e9e2aecc946de7d (patch)
tree0ba7c51d85cd4a5c814410e9a75e3ec1712e6096
parent2e2d9288465709d84a5d91abbb035583c23efe45 (diff)
downloadNim-4320b158dd2e5d7420cc813a1e9e2aecc946de7d.tar.gz
add weave to important packages (#17665)
* add weave to important packages

* Update testament/important_packages.nim
-rw-r--r--testament/important_packages.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index ab29dcd0d..a91246562 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -158,6 +158,7 @@ pkg "tiny_sqlite"
 pkg "unicodedb", "nim c -d:release -r tests/tests.nim"
 pkg "unicodeplus", "nim c -d:release -r tests/tests.nim"
 pkg "unpack"
+pkg "weave", "nimble test_gc_arc", allowFailure = true
 pkg "websocket", "nim c websocket.nim"
 pkg "winim", allowFailure = true
 pkg "with"