diff options
author | flywind <xzsflywind@gmail.com> | 2021-09-05 16:50:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-05 16:50:54 +0800 |
commit | 4320b158dd2e5d7420cc813a1e9e2aecc946de7d (patch) | |
tree | 0ba7c51d85cd4a5c814410e9a75e3ec1712e6096 | |
parent | 2e2d9288465709d84a5d91abbb035583c23efe45 (diff) | |
download | Nim-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.nim | 1 |
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" |