Skip to content

Commit 46ba445

Browse files
committed
ci gem: install test dependencies explicitly
1 parent 3ce07f8 commit 46ba445

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
- name: Install as gem
5858
run: |
5959
rake install
60+
- name: Install test dependencies
61+
run: |
62+
gem install test-unit
6063
- name: Test
6164
run: |
6265
ruby -run -e mkdir -- tmp

0 commit comments

Comments
 (0)