arraymancer switches to the offical URL (#22782)

This commit is contained in:
ringabout
2023-10-03 18:46:41 +08:00
committed by GitHub
parent db36765afd
commit 1a6ca0c604

View File

@@ -35,7 +35,7 @@ proc pkg(name: string; cmd = "nimble test"; url = "", useHead = true, allowFailu
pkg "alea"
pkg "argparse"
pkg "arraymancer", "nim c tests/tests_cpu.nim", url = "https://github.com/nim-lang/Arraymancer"
pkg "arraymancer", "nim c tests/tests_cpu.nim"
pkg "ast_pattern_matching", "nim c -r tests/test1.nim"
pkg "asyncftpclient", "nimble compileExample"
pkg "asyncthreadpool", "nimble test --mm:refc"