diff options
author | Hugo Granström <5092565+HugoGranstrom@users.noreply.github.com> | 2022-01-25 10:31:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-25 17:31:24 +0800 |
commit | 4b723c0f5350c5bfb9722dace7a40c66a4630a68 (patch) | |
tree | ff644931f1614c9cafa292376f415e056adb5ac4 /testament | |
parent | 6ea622552345fc9a6c451615079d2a0ebbc6c4ca (diff) | |
download | Nim-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.nim | 2 |
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" |