diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-10-04 23:31:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 23:31:32 +0800 |
commit | 2dec69fe5aa67d4089bf674c25097cc3342b5284 (patch) | |
tree | c425c0b5e89390c1315dbd4c01a66d42f3e326f2 | |
parent | 827971dab2a455559d9df7c79efb882a273203d0 (diff) | |
download | Nim-2dec69fe5aa67d4089bf674c25097cc3342b5284.tar.gz |
enable ORC tests for nimsl (#20497)
-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 392587e7b..09f7ce5a4 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -109,7 +109,7 @@ pkg "nimongo", "nimble test_ci", allowFailure = true pkg "nimph", "nimble test", "https://github.com/disruptek/nimph", allowFailure = true pkg "nimpy", "nim c -r tests/nimfrompy.nim" pkg "nimquery" -pkg "nimsl", "nimble install -y variant@#HEAD;nimble test", "https://github.com/nim-lang/nimsl", useHead = true +pkg "nimsl" pkg "nimsvg" pkg "nimterop", "nimble minitest" pkg "nimwc", "nim c nimwc.nim" |