add union to packages (#22658)

This commit is contained in:
ringabout
2023-09-06 15:05:01 +08:00
committed by GitHub
parent 90f87bcab7
commit 009ce1e17e

View File

@@ -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"