summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-09-06 15:05:01 +0800
committerGitHub <noreply@github.com>2023-09-06 09:05:01 +0200
commit009ce1e17ea80f026764ecabf888703869e6bb82 (patch)
tree75ba6010c54c6bcde77627c0cd9321486f95bf39 /testament
parent90f87bcab769f3555454bbd210129670767cffbf (diff)
downloadNim-009ce1e17ea80f026764ecabf888703869e6bb82.tar.gz
add union to packages (#22658)
Diffstat (limited to 'testament')
-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 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"