Skip to content

Commit 9f61079

Browse files
committed
Remove rbs:annotate from GHA, because that test is depends on RDoc
1 parent e0772e9 commit 9f61079

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sig.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
run: |
1717
bundle config set with 'sig'
1818
bundle install
19-
- name: Run RBS test, annotate and confirm
20-
run: bundle exec rake rbs:{test,annotate,confirm}
19+
- name: Run RBS test and confirm
20+
run: bundle exec rake rbs:{test,confirm}

0 commit comments

Comments
 (0)