Skip to content

Commit

Permalink
change run command for numericalnim (#19448)
Browse files Browse the repository at this point in the history
Now it makes runs the custom `nimCI` task that installs the external dependencies
  • Loading branch information
HugoGranstrom authored Jan 25, 2022
1 parent 6ea6225 commit 4b723c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testament/important_packages.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4b723c0

Please sign in to comment.