File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
on : [push, pull_request]
5
5
jobs :
6
6
lint :
7
- name : Lint
7
+ name : jt lint + jt test fast
8
8
runs-on : ubuntu-20.04
9
9
steps :
10
10
- name : Clone TruffleRuby
@@ -34,19 +34,23 @@ jobs:
34
34
35
35
- name : Install RuboCop
36
36
run : gem install --no-document rubocop:0.66.0
37
- - run : tool/jt.rb lint
37
+ - name : jt lint
38
+ run : tool/jt.rb lint
39
+
40
+ - name : jt test fast
41
+ run : tool/jt.rb test fast
38
42
39
43
mri_specs :
40
44
name : Run ruby/spec on CRuby ${{ matrix.ruby }}
41
45
strategy :
42
46
fail-fast : false
43
47
matrix :
44
- ruby : [2.5, 2.6]
48
+ ruby : [2.5, 2.6, 2.7 ]
45
49
runs-on : ubuntu-latest
46
50
steps :
47
51
- uses : actions/checkout@v2
48
52
- uses : ruby/setup-ruby@v1
49
53
with :
50
54
ruby-version : ${{ matrix.ruby }}
51
55
bundler : none
52
- - run : CHECK_LEAKS=true tool/jt.rb -u ruby mspec -fdot spec/ruby
56
+ - run : CHECK_LEAKS=true tool/jt.rb -u ruby mspec -fdot --timeout 30 spec/ruby
You can’t perform that action at this time.
0 commit comments