Skip to content

Commit

Permalink
Merge pull request #20 from drhuffman12/drhuffman12/remove_slower_bac…
Browse files Browse the repository at this point in the history
…kprop

add junit_output option for circleci test results output
  • Loading branch information
Daniel Huffman committed May 25, 2018
2 parents a784032 + 010fd0d commit 6fc807b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
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 6fc807b

Please sign in to comment.