Skip to content

Commit fe09269

Browse files
committed
Run 1.9 profiler specs in CI
1 parent aa61047 commit fe09269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rakelib/test.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace :test do
2222
short_tests_19 = short_tests_18.map {|test| test + "19"}
2323
short_tests = short_tests_18 + short_tests_19
2424
long_tests_18 = short_tests_18 + ['spec:ji', 'spec:compiler', 'spec:ffi', 'spec:regression']
25-
long_tests_19 = long_tests_18.map {|test| test + "19"}
25+
long_tests_19 = long_tests_18.map {|test| test + "19"} + ['spec:profiler19']
2626
slow_tests = ['test:slow', 'test:objectspace']
2727
long_tests = ['test:tracing'] + long_tests_18 + long_tests_19 + slow_tests
2828
all_tests_18 = long_tests_18.map {|test| test + ':all'}

0 commit comments

Comments
 (0)