We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d569d6 commit 253374dCopy full SHA for 253374d
docker/unit_tests.sh
@@ -63,6 +63,6 @@ RAKE_VERBOSE=true mispipe "bundle exec rake install --trace" "ts '[%Y-%m-%d %H:%
63
RAKE_VERBOSE=true mispipe "bundle exec rake build --trace" "ts '[%Y-%m-%d %H:%M:%S]'"
64
65
# unit tests
66
-#bundle exec rake circle:run_tests --trace
+bundle exec rake circle:run_tests --trace
67
68
mispipe "echo 'Ending timestamp'" ts
lib/test/test_helper.rb
@@ -1,4 +1,4 @@
1
-require_relative '../../shared/test/common_test_helper'
+require_relative '../../shared/test/common_test_helper'
2
3
# Set up JUnit output for Circle
4
reporters = [Minitest::Reporters::SpecReporter.new]
0 commit comments