Skip to content

Commit 82cef27

Browse files
Try xunit again
1 parent 4aae354 commit 82cef27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ post:
482482
# Removed, causing timeouts
483483
# - func: "upload working dir"
484484
- func: "upload mo artifacts"
485-
# - func: "upload test results"
485+
- func: "upload test results"
486486
- func: "upload test results to s3"
487487

488488
task_groups:

.evergreen/config/common.yml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ post:
479479
# Removed, causing timeouts
480480
# - func: "upload working dir"
481481
- func: "upload mo artifacts"
482-
# - func: "upload test results"
482+
- func: "upload test results"
483483
- func: "upload test results to s3"
484484

485485
task_groups:

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ elif test "$SOLO" = 1; then
354354
done
355355
else
356356
export JRUBY_OPTS=-J-Xmx2g
357-
bundle exec rake spec:ci
357+
bundle exec rake spec
358358
fi
359359

360360
test_status=$?

0 commit comments

Comments
 (0)