Skip to content

Commit

Permalink
force to install cligen in the tests (#188)
Browse files Browse the repository at this point in the history
* force to install cligen in the tests

* Update weave.nimble
  • Loading branch information
ringabout authored Oct 28, 2022
1 parent d47cd4b commit b76e9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ task test, "Run Weave tests":
test "-d:danger", "benchmarks/matmul_gemm_blas/test_gemm_output.nim"

task test_gc_arc, "Run Weave tests with --gc:arc":
exec "nimble install cligen"
exec "nimble install -y cligen"
test "--gc:arc", "weave/cross_thread_com/channels_spsc_single.nim"
test "--gc:arc", "weave/cross_thread_com/channels_spsc_single_ptr.nim"
test "--gc:arc", "weave/cross_thread_com/channels_mpsc_unbounded_batch.nim"
Expand Down

0 comments on commit b76e9ff

Please sign in to comment.