enable yaml tests (#20810)

follow up 7dd8e88639
This commit is contained in:
ringabout
2022-11-11 13:53:25 +08:00
committed by GitHub
parent cc2b0f0172
commit 645e632f21

View File

@@ -166,6 +166,6 @@ pkg "websocket", "nim c websocket.nim"
pkg "winim", "nim c winim.nim"
pkg "with"
pkg "ws", allowFailure = true
pkg "yaml", "nim c -r test/tserialization.nim", url = "https://github.com/nim-lang/NimYAML", useHead = true
pkg "yaml", "nim c -r test/tserialization.nim"
pkg "zero_functional", "nim c -r -d:nimNoLentIterators test.nim"
pkg "zippy"