summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorHugo Granström <5092565+HugoGranstrom@users.noreply.github.com>2022-01-25 10:31:24 +0100
committerGitHub <noreply@github.com>2022-01-25 17:31:24 +0800
commit4b723c0f5350c5bfb9722dace7a40c66a4630a68 (patch)
treeff644931f1614c9cafa292376f415e056adb5ac4 /testament
parent6ea622552345fc9a6c451615079d2a0ebbc6c4ca (diff)
downloadNim-4b723c0f5350c5bfb9722dace7a40c66a4630a68.tar.gz
change run command for numericalnim (#19448)
Now it makes runs the custom `nimCI` task that installs the external dependencies
Diffstat (limited to 'testament')
-rw-r--r--testament/important_packages.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 5f6e19b52..40a3aef36 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -117,7 +117,7 @@ pkg "nimx", "nim c --threads:on test/main.nim", allowFailure = true
 pkg "nitter", "nim c src/nitter.nim", "https://github.com/zedeus/nitter"
 pkg "norm", "testament r tests/sqlite/trows.nim"
 pkg "npeg", "nimble testarc"
-pkg "numericalnim", "nim c -r tests/test_integrate.nim"
+pkg "numericalnim", "nimble nimCI"
 pkg "optionsutils"
 pkg "ormin", "nim c -o:orminn ormin.nim"
 pkg "parsetoml"