Skip to content

Commit

Permalink
add junit_output option for circleci test results output
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Huffman committed May 24, 2018
1 parent 1f565d0 commit 010fd0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
crystal -v > test-results/crystal_version.txt
crystal eval 'require "./src/ai4cr"; puts "Ai4cr version: #{Ai4cr::VERSION}"' > test-results/app_version.txt
time crystal spec --release --no-debug --time --error-trace --no-color > test-results/spec/results.txt
time crystal spec --release --no-debug --time --error-trace --no-color --junit_output test-results/results
# collect reports
- store_test_results:
Expand Down

0 comments on commit 010fd0d

Please sign in to comment.