diff options
author | metagn <metagngn@gmail.com> | 2023-09-06 12:37:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 12:37:51 +0300 |
commit | b9f039e0c39c8f4e10ebdbe77e9a91f2595e1cbe (patch) | |
tree | 06339a6c521f45e28b57451d9e27220f5ba3d7a6 /testament | |
parent | 009ce1e17ea80f026764ecabf888703869e6bb82 (diff) | |
download | Nim-b9f039e0c39c8f4e10ebdbe77e9a91f2595e1cbe.tar.gz |
switch back to main neo in CI (#22660)
refs https://github.com/andreaferretti/neo/pull/53
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 59f3be025..873da0dbd 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -96,8 +96,7 @@ pkg "measuremancer", "nimble testDeps; nimble -y test" pkg "memo" pkg "msgpack4nim", "nim c -r tests/test_spec.nim" pkg "nake", "nim c nakefile.nim" -pkg "neo", "nim c -d:blas=openblas --mm:refc tests/all.nim", "https://github.com/metagn/neo" -# remove custom url when https://github.com/andreaferretti/neo/pull/53 is merged +pkg "neo", "nim c -d:blas=openblas --mm:refc tests/all.nim" pkg "nesm", "nimble tests", "https://github.com/nim-lang/NESM", useHead = true pkg "netty" pkg "nico", allowFailure = true |