We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0772e9 commit 9f61079Copy full SHA for 9f61079
1 file changed
.github/workflows/sig.yml
@@ -16,5 +16,5 @@ jobs:
16
run: |
17
bundle config set with 'sig'
18
bundle install
19
- - name: Run RBS test, annotate and confirm
20
- run: bundle exec rake rbs:{test,annotate,confirm}
+ - name: Run RBS test and confirm
+ run: bundle exec rake rbs:{test,confirm}
0 commit comments