Skip to content

Commit

Permalink
[TEST] run with --trace
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed May 4, 2019
1 parent b125d33 commit 05c5d19
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .circleci/config.yml
Expand Up @@ -116,7 +116,7 @@ jobs:
working_directory: ~/project/nanoc
- run:
name: Test nanoc
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/nanoc
- store_test_results:
path: ~/project/nanoc/test-results
Expand All @@ -133,7 +133,7 @@ jobs:
working_directory: ~/project/nanoc-core
- run:
name: Test nanoc-core
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/nanoc-core
- store_test_results:
path: ~/project/nanoc-core/test-results
Expand All @@ -150,7 +150,7 @@ jobs:
working_directory: ~/project/nanoc-external
- run:
name: Test nanoc-external
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/nanoc-external
- store_test_results:
path: ~/project/nanoc-external/test-results
Expand All @@ -167,7 +167,7 @@ jobs:
working_directory: ~/project/nanoc-live
- run:
name: Test nanoc-live
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/nanoc-live
- store_test_results:
path: ~/project/nanoc-live/test-results
Expand All @@ -184,7 +184,7 @@ jobs:
working_directory: ~/project/guard-nanoc
- run:
name: Test guard-nanoc
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/guard-nanoc
- store_test_results:
path: ~/project/guard-nanoc/test-results
Expand All @@ -201,7 +201,7 @@ jobs:
working_directory: ~/project/nanoc
- run:
name: Test nanoc
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/nanoc
- store_test_results:
path: ~/project/nanoc/test-results
Expand All @@ -218,7 +218,7 @@ jobs:
working_directory: ~/project/nanoc-core
- run:
name: Test nanoc-core
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/nanoc-core
- store_test_results:
path: ~/project/nanoc-core/test-results
Expand All @@ -235,7 +235,7 @@ jobs:
working_directory: ~/project/nanoc-external
- run:
name: Test nanoc-external
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/nanoc-external
- store_test_results:
path: ~/project/nanoc-external/test-results
Expand All @@ -252,7 +252,7 @@ jobs:
working_directory: ~/project/nanoc-live
- run:
name: Test nanoc-live
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/nanoc-live
- store_test_results:
path: ~/project/nanoc-live/test-results
Expand All @@ -269,7 +269,7 @@ jobs:
working_directory: ~/project/guard-nanoc
- run:
name: Test guard-nanoc
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/guard-nanoc
- store_test_results:
path: ~/project/guard-nanoc/test-results
Expand All @@ -286,7 +286,7 @@ jobs:
working_directory: ~/project/nanoc
- run:
name: Test nanoc
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/nanoc
- store_test_results:
path: ~/project/nanoc/test-results
Expand All @@ -303,7 +303,7 @@ jobs:
working_directory: ~/project/nanoc-core
- run:
name: Test nanoc-core
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/nanoc-core
- store_test_results:
path: ~/project/nanoc-core/test-results
Expand All @@ -320,7 +320,7 @@ jobs:
working_directory: ~/project/nanoc-external
- run:
name: Test nanoc-external
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/nanoc-external
- store_test_results:
path: ~/project/nanoc-external/test-results
Expand All @@ -337,7 +337,7 @@ jobs:
working_directory: ~/project/nanoc-live
- run:
name: Test nanoc-live
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/nanoc-live
- store_test_results:
path: ~/project/nanoc-live/test-results
Expand All @@ -354,7 +354,7 @@ jobs:
working_directory: ~/project/guard-nanoc
- run:
name: Test guard-nanoc
command: bundle exec rake test
command: bundle exec rake --trace test
working_directory: ~/project/guard-nanoc
- store_test_results:
path: ~/project/guard-nanoc/test-results
Expand Down

0 comments on commit 05c5d19

Please sign in to comment.