fixes yaml tests (#22595)

This commit is contained in:
ringabout
2023-08-31 15:26:09 +08:00
committed by GitHub
parent 2e4e2f8f50
commit dfb3a88cc3

View File

@@ -174,6 +174,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"
pkg "yaml"
pkg "zero_functional", "nim c -r test.nim"
pkg "zippy"