Skip to content

Commit 2f0a31b

Browse files
committed
Also run jt test fast in GitHub Actions
1 parent ac4f437 commit 2f0a31b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CI
44
on: [push, pull_request]
55
jobs:
66
lint:
7-
name: Lint
7+
name: jt lint + jt test fast
88
runs-on: ubuntu-20.04
99
steps:
1010
- name: Clone TruffleRuby
@@ -34,7 +34,11 @@ jobs:
3434

3535
- name: Install RuboCop
3636
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
3842

3943
mri_specs:
4044
name: Run ruby/spec on CRuby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)