We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11bbc5a commit ee9e626Copy full SHA for ee9e626
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
# - name: Verify documentation
19
# run: bin/docs
20
- name: Run tests
21
- run: rake spec
+ run: bundle exec rake spec
22
# - name: Verify gem RBIs are up-to-date
23
# run: bin/tapioca gem --verify
24
# - name: Verify duplicates in shims
0 commit comments