diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-08-31 15:26:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 15:26:09 +0800 |
commit | dfb3a88cc3a077b452c90e63af3dec21ba822181 (patch) | |
tree | e5214b3f178797f4a542457db0328a9bad704ac1 /testament | |
parent | 2e4e2f8f5076b39e5976ba20f231f468b1b5052c (diff) | |
download | Nim-dfb3a88cc3a077b452c90e63af3dec21ba822181.tar.gz |
fixes yaml tests (#22595)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index ff02c1783..a21ea41b7 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -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" |