We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 003a003 + 72b85d6 commit fbf214aCopy full SHA for fbf214a
1 file changed
.github/workflows/test.yml
@@ -26,7 +26,6 @@ jobs:
26
with:
27
ruby-version: ${{ matrix.ruby }}
28
bundler-cache: true
29
- - run: bundle install
30
- run: bundle exec rake test
31
32
test-rbs-versions:
@@ -44,7 +43,6 @@ jobs:
44
43
45
ruby-version: ${{ fromJson(needs.ruby-versions.outputs.latest) }}
46
47
48
49
50
test-prism-versions:
@@ -62,5 +60,4 @@ jobs:
62
60
63
61
64
65
66
0 commit comments