Skip to content

Commit 253374d

Browse files
author
Winter Dong
committed
Force non-apps tests to run
1 parent 3d569d6 commit 253374d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/unit_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ RAKE_VERBOSE=true mispipe "bundle exec rake install --trace" "ts '[%Y-%m-%d %H:%
6363
RAKE_VERBOSE=true mispipe "bundle exec rake build --trace" "ts '[%Y-%m-%d %H:%M:%S]'"
6464

6565
# unit tests
66-
#bundle exec rake circle:run_tests --trace
66+
bundle exec rake circle:run_tests --trace
6767

6868
mispipe "echo 'Ending timestamp'" ts

lib/test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require_relative '../../shared/test/common_test_helper'
1+
require_relative '../../shared/test/common_test_helper'
22

33
# Set up JUnit output for Circle
44
reporters = [Minitest::Reporters::SpecReporter.new]

0 commit comments

Comments
 (0)