diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-09-06 15:05:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 09:05:01 +0200 |
commit | 009ce1e17ea80f026764ecabf888703869e6bb82 (patch) | |
tree | 75ba6010c54c6bcde77627c0cd9321486f95bf39 /testament | |
parent | 90f87bcab769f3555454bbd210129670767cffbf (diff) | |
download | Nim-009ce1e17ea80f026764ecabf888703869e6bb82.tar.gz |
add union to packages (#22658)
Diffstat (limited to 'testament')
-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 a21ea41b7..59f3be025 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -168,6 +168,7 @@ pkg "timezones" pkg "tiny_sqlite" pkg "unicodedb", "nim c -d:release -r tests/tests.nim" pkg "unicodeplus", "nim c -d:release -r tests/tests.nim" +pkg "union", "nim c -r tests/treadme.nim", url = "https://github.com/alaviss/union" pkg "unpack" pkg "weave", "nimble test_gc_arc", useHead = true pkg "websocket", "nim c websocket.nim" |