Skip to content

Commit

Permalink
enable multiple packages (arraymancer, fidget ...) (#19311)
Browse files Browse the repository at this point in the history
The cause of arraymancer failure has been tracked here: mratsim/Arraymancer#505
And it was fixed by mratsim/Arraymancer#542
  • Loading branch information
ringabout committed Jan 3, 2022
1 parent bd4f76a commit 19bcb43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testament/important_packages.nim
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ proc pkg(name: string; cmd = "nimble test"; url = "", useHead = true, allowFailu

pkg "alea", allowFailure = true
pkg "argparse"
pkg "arraymancer", "nim c tests/tests_cpu.nim", allowFailure = true
pkg "arraymancer", "nim c tests/tests_cpu.nim"
pkg "ast_pattern_matching", "nim c -r --oldgensym:on tests/test1.nim", allowFailure = true
pkg "asyncthreadpool"
pkg "awk"
Expand Down Expand Up @@ -63,7 +63,7 @@ pkg "delaunay"
pkg "docopt"
pkg "easygl", "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl"
pkg "elvis"
pkg "fidget", allowFailure = true
pkg "fidget"
pkg "fragments", "nim c -r fragments/dsl.nim"
pkg "fusion"
pkg "gara"
Expand Down Expand Up @@ -91,7 +91,7 @@ pkg "memo"
pkg "msgpack4nim", "nim c -r tests/test_spec.nim"
pkg "nake", "nim c nakefile.nim"
pkg "neo", "nim c -d:blas=openblas tests/all.nim"
pkg "nesm", "nimble tests", allowFailure = true # notice plural 'tests'
pkg "nesm", "nimble tests" # notice plural 'tests'
pkg "netty"
pkg "nico", allowFailure = true
pkg "nicy", "nim c -r src/nicy.nim"
Expand Down

0 comments on commit 19bcb43

Please sign in to comment.