Skip to content

Commit

Permalink
Test whether running Tidy tests sequentially fix Storable errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 2, 2017
1 parent 1b2a3f9 commit 5b8bfc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -39,7 +39,7 @@ before_script:
script:
# Devel::Cover isn't in the cpanfile
# but if it's installed into the global dirs this should work.
- carton exec prove -lrv t
- carton exec prove -lr -j$(test-jobs) t

after_success:
- coverage-report
Expand Down
5 changes: 5 additions & 0 deletions t/testrules.yml
@@ -0,0 +1,5 @@
---
seq:
- seq: t/tidyall.t
- par:
- t/**.t

0 comments on commit 5b8bfc6

Please sign in to comment.