Commit 3ea8171
committed
Don't run tests with cpanm installs for the image
cpanm runs tests for everything it installs, which might be a good thing
or a bad thing. It depends mostly on flavor. cpm will install modules
without running tests by default for example. This commits still uses
cpanm, but with the --notest flag so we can improve on our build times.
Closes: #195
Signed-off-by: Wesley Schwengle <[email protected]>1 parent 9a59337 commit 3ea8171
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
0 commit comments