diff options
author | flywind <xzsflywind@gmail.com> | 2022-01-20 20:59:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-20 13:59:36 +0100 |
commit | 927fa890ec91cf13d7e3aa87267b994c2812bdc8 (patch) | |
tree | 392eab20cfab4fb1c0935ac655799bd13352581f /testament/important_packages.nim | |
parent | 851e515bbae6edf6b28cf6723b2c7a45acce1869 (diff) | |
download | Nim-927fa890ec91cf13d7e3aa87267b994c2812bdc8.tar.gz |
enable weave (#19363) [backport:1.6]
* enable weave * workaround CI
Diffstat (limited to 'testament/important_packages.nim')
-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 853a58698..5f6e19b52 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -157,7 +157,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 "weave", "nimble test_gc_arc" pkg "websocket", "nim c websocket.nim" pkg "winim", "nim c winim.nim" pkg "with" |