We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce07f8 commit 46ba445Copy full SHA for 46ba445
1 file changed
.github/workflows/test.yml
@@ -57,6 +57,9 @@ jobs:
57
- name: Install as gem
58
run: |
59
rake install
60
+ - name: Install test dependencies
61
+ run: |
62
+ gem install test-unit
63
- name: Test
64
65
ruby -run -e mkdir -- tmp
0 commit comments